/// <reference types="react" />
export interface ILabelProps {
    required?: boolean;
}
export declare const Label: React.FunctionComponent<ILabelProps>;
