import { IconPropSize } from '@consta/icons/Icon'; import { FieldPropSize } from '../types'; export declare const fieldIconSizeMap: Record; export declare const getFieldIconSize: (fieldSize: FieldPropSize, size?: IconPropSize) => "xs" | "s" | "m" | "l";