/// <reference types="react" />
import { ILabelProps } from './Label.types';
export declare const Label: (props: ILabelProps) => JSX.Element;
