import { LabelProps } from './types'; export declare const Label: ({ children, color, size, className }: LabelProps) => import("react").JSX.Element;