import { UpLabelProps } from './types'; export declare const sizeMap: { auto: string; small: string; medium: string; large: string; xlarge: string; }; export declare const getStyles: (props: UpLabelProps) => string;