import * as react from 'react'; import * as _radix_ui_react_label from '@radix-ui/react-label'; import { Root } from '@radix-ui/react-label'; type LabelProps = React.ComponentPropsWithoutRef & { htmlFor: string; }; declare const Label: react.ForwardRefExoticComponent, "ref"> & { htmlFor: string; } & react.RefAttributes>; export { Label, LabelProps };