export declare function renderIntactReact(container: HTMLElement): void; export declare function renderReact(container: HTMLElement): void; export declare function renderIntact(container: HTMLElement): void; export declare function renderVue(container: HTMLElement): import("vue").App; export declare function renderIntactVue(container: HTMLElement): import("vue").App;