import * as React from 'react';
export interface IRenderLabelProps {
    label: string;
    icon?: string | JSX.Element;
    isRequired?: boolean;
}
export declare const RenderLabel: React.FunctionComponent<IRenderLabelProps>;
export default RenderLabel;
//# sourceMappingURL=RenderLabel.d.ts.map