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