import { FC } from 'react'; export declare const Label: FC<{ prefix?: string; label?: string; suffix?: string; }>;