export declare const INSTRUCTIONS_CONFIG: {
    consents: any[];
    instructions: any[];
    footerConfig: {
        showPowerBy: boolean;
        label: string;
        logo: string;
    };
    scheduleLaterConfig: {
        showScheduleLater: boolean;
        buttonLabel: string;
        orLabel: string;
    };
    startButtonLabel: string;
};
