export declare function createRender

(component: any): (props: P, container?: Element | DocumentFragment | null | undefined, callback?: (() => void) | undefined) => void; export declare function createHydrate

(component: any): (props: P, container?: Element | DocumentFragment | null | undefined, callback?: (() => void) | undefined) => void; //# sourceMappingURL=standalone-codebase.d.ts.map