import type { ButtonSize } from '../../../ButtonNext';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_CENTER_BUTTON_DEFAULT_TAG = "button";
export declare const LIST_CARD_ITEM_CENTER_BUTTON_DEFAULT_VARIANT = "function";
export declare const LIST_CARD_ITEM_SIZE_TO_CENTER_BUTTON_SIZE: Readonly<Record<ListCardItemSizeVariant, ButtonSize>>;
