import { VariantProps } from 'class-variance-authority'; import * as LabelPrimitive from '@radix-ui/react-label'; import * as React from 'react'; /** * Label - Accessible form label built on Radix Label. * @returns {JSX.Element} The rendered Label component. * @component */ declare const Label: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & React.RefAttributes>; export { Label }; //# sourceMappingURL=label.d.ts.map