export declare const SUBSCRIPTION_WIDGET_USE_CASE_NOT_SET = "not-set";
export declare const SUBSCRIPTION_WIDGET_USE_CASE_DEFAULT = "default";
export declare const SUBSCRIPTION_PROMPT_WIDGET_DEFAULT_CONFIG: {
    headerText: string;
    headerTextColor: string;
    subheaderText: string;
    subheaderTextColor: string;
    buttonAcceptText: string;
    buttonAcceptTextColor: string;
    buttonAcceptRound: string;
    buttonAcceptBackgroundColor: string;
    buttonAcceptBorderColor: string;
    buttonCancelText: string;
    buttonCancelTextColor: string;
    buttonCancelRound: string;
    buttonCancelBackgroundColor: string;
    buttonCancelBorderColor: string;
    cappingCount: number;
    cappingDelay: number;
    backgroundColor: string;
};
