import type { RadioSizeVariant } from '../../../RadioNext';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_SIZE_TO_CONTROL_RADIO_SIZE: Readonly<Record<ListCardItemSizeVariant, RadioSizeVariant>>;
