export declare type InitialProps = {
    exp: {
        notification?: any;
        errorRecovery?: any;
        [key: string]: any;
    };
    shell?: boolean;
    shellManifestUrl?: string;
    [key: string]: any;
};