import { default as React } from 'react'; import { Label as RadixLabel } from '@radix-ui/react-form'; type LabelProps = { /** * The CSS class name. */ className?: string; } & React.ComponentProps; /** * Thin wrapper around Radix UI Label component * https://www.radix-ui.com/docs/primitives/components/form#label */ export declare const Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export {}; //# sourceMappingURL=Label.d.ts.map