import type { Child, FunctionMaybe, ObservableReadonly } from '../types';
declare const KeepAlive: ({ id, ttl, children }: {
    id: FunctionMaybe<string>;
    ttl?: FunctionMaybe<number>;
    children: Child;
}) => ObservableReadonly<Child>;
export default KeepAlive;
//# sourceMappingURL=keep_alive.d.ts.map