import * as class_variance_authority_types from 'class-variance-authority/types'; import * as React from 'react'; import { VariantProps } from 'class-variance-authority'; declare const labelVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string; interface LabelProps extends React.LabelHTMLAttributes, VariantProps { } declare const Label: React.ForwardRefExoticComponent>; export { Label, type LabelProps };