import { FC } from 'react'; import { LabelProps } from './Label.types'; export declare const Label: FC;