import { KeepAliveProps } from "vue"; import { Children } from "../vue-jsx-runtime"; export declare const KeepAlive: (props: KeepAliveProps & { children: Children; }) => () => JSX.Element; //# sourceMappingURL=KeepAlive.d.ts.map