export declare const ERROR_CONFIG: {
    clientName: string;
    messages: any[];
    headerConfig: {
        title: string;
    };
    footerConfig: {
        showPowerBy: boolean;
        label: string;
        logo: string;
    };
    scheduleLaterConfig: {
        showScheduleLater: boolean;
        buttonLabel: string;
        orLabel: string;
    };
    startButtonLabel: string;
};
