'use client'; import type * as React from 'react'; import { Label as LabelPrimitive } from 'radix-ui'; import { cn } from '@gib/ui'; const Label = ({ className, ...props }: React.ComponentProps) => ( ); export { Label };