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