type SizeMapperType = 'small' | 'medium' | 'large'; export declare const sizeMapper: (type: SizeMapperType) => import('../../../Text/Text').TextSize | undefined; export {};