export declare function render(location?: string): {
    content: string;
    scripts: any;
    links: any;
    styles: any;
};
