import type { ObservableOptions } from "soby"; export interface CSSStyleObject { [key: string]: string | number; } export type CSSStyleValue = string | CSSStyleObject; export declare const HtmlStyle: ObservableOptions; //# sourceMappingURL=html-style.d.ts.map