import type { ObservableOptions } from "soby";
export declare const HtmlObject: ObservableOptions<object | undefined> & {
    JSON: Omit<typeof JSON, 'toStringTag'>;
};
//# sourceMappingURL=html-object.d.ts.map