export declare const NO_AGENT_CONFIG: {
    button: string;
    image: string;
    footerConfig: {
        showPowerBy: boolean;
        label: string;
        logo: string;
    };
    scheduleLaterConfig: {
        showScheduleLater: boolean;
        buttonLabel: string;
        orLabel: string;
    };
    subtitle: string;
    title: string;
};
