import { VariantProps } from 'class-variance-authority'; import * as React from 'react'; import * as LabelPrimitive from '@radix-ui/react-label'; declare const labelVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string; declare const Label: React.ForwardRefExoticComponent, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & React.RefAttributes>; export { Label, labelVariants }; export default Label; //# sourceMappingURL=Label.d.ts.map