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