import type { ObservableOptions } from "soby";
import { Component } from "../types";
export declare const HtmlHidden: <T>() => ObservableOptions<T>;
export declare const HtmlChild: ObservableOptions<Component>;
//# sourceMappingURL=html-child.d.ts.map