import { IFormLabelSize } from '../types'; export declare const getStyles: ({ size }: { size: IFormLabelSize; }) => string | undefined;