import * as React from 'react';
import { ILabelProps } from './Label.types';
export declare const Label: React.FunctionComponent<ILabelProps>;
