import type { IconSize } from '@ozen-ui/icons';
import type { FormControlCarcassSizeVariant } from '../../entities';
export declare const FORM_CONTROL_CARCASS_SIZE_TO_ICON_SIZE: Readonly<Record<FormControlCarcassSizeVariant, IconSize>>;
