import type { BadgeSizeVariant } from '../../../Badge';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_SIZE_TO_TRAILING_BADGE_SIZE: Readonly<Record<ListCardItemSizeVariant, BadgeSizeVariant>>;
