import type { CheckboxSizeVariant } from '../../../CheckboxNext';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_SIZE_TO_CONTROL_CHECKBOX_SIZE: Readonly<Record<ListCardItemSizeVariant, CheckboxSizeVariant>>;