import { FC, LabelHTMLAttributes } from 'react'; interface TextinputLabelProps extends LabelHTMLAttributes { floated?: boolean; } export declare const Label: FC; export {};