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