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