import type { AvatarSizeVariant } from '../../../Avatar';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_SIZE_TO_LEADING_AVATAR_SIZE: Readonly<Record<ListCardItemSizeVariant, AvatarSizeVariant>>;
