/// export interface ILabelProps { required?: boolean; } export declare const Label: React.FunctionComponent;