import { SelectSize } from '../../../types'; import { TextSize } from '../../../../Text/types'; export declare const sizeMapper: (size: SelectSize) => TextSize;