type LabelProps = React.LabelHTMLAttributes; export declare function Label({ ...props }: LabelProps): import("react/jsx-runtime").JSX.Element; export {};