import React from 'react'; export declare type ControlLabelProps = { children: React.ReactNode | string; htmlFor?: string; required?: boolean; uppercase?: boolean; }; declare function ControlLabel(props: ControlLabelProps): JSX.Element; export default ControlLabel; //# sourceMappingURL=Label.d.ts.map