/// import { LabelProps } from './label.interfaces'; export declare const Label: { ({ children, ...props }: LabelProps): JSX.Element; defaultTheme: ({ colors, typography }: import("../..").CommonTheme) => [string, { color: string; fontFamily: string; fontSize: string; fontWeight: number; lineHeight: string; }]; };