export interface CSSProperties { [property: string]: string | number | undefined; } export declare function applyStyles(element: HTMLElement, styles: CSSProperties): void; export declare function createStyleSheet(styles: Record): CSSStyleSheet; export declare function isPropertySupported(property: string, value: string): boolean; export declare function isSelectorSupported(selector: string): boolean; //# sourceMappingURL=css-engine.d.ts.map