import type { TypeOfMembershipSectionToneColor } from './type'; import type { SubscriptionProductType, TypeOfItemToneType, TypeOfProgrammedItemActionButtonTextType } from '../../../DynamicLayout/types'; export declare const MEMBERSHIP_SECTION_PREVIEW_WIDTH = 375; export declare const COMMON_OVERLAY_IMAGE_SRC = "https://static.publ.site/membership_card_deco.png"; export declare const MEMBERSHIP_SECTION_TONE_COLOR: { [key in TypeOfItemToneType]: TypeOfMembershipSectionToneColor; }; export declare const MEMBERSHIP_SECTION_ACTION_BUTTON_TEXT: { [key in TypeOfProgrammedItemActionButtonTextType]: string; }; export declare const MEMBERSHIP_SECTION_SUBSCRIPTION_PRODUCT_TYPE_TEXT: { [key in SubscriptionProductType]: string; };