import * as React from "react"; export interface LabelProps extends React.LabelHTMLAttributes { htmlFor?: string; } declare const Label: React.ForwardRefExoticComponent>; export { Label };