export declare const RESULT_CONFIG: {
    footerConfig: {
        showPowerBy: boolean;
        label: string;
        logo: string;
    };
    scheduleLaterConfig: {
        showScheduleLater: boolean;
        buttonLabel: string;
        orLabel: string;
    };
    title: string;
};
