export declare function applyStyles(element: HTMLElement, style?: Partial<CSSStyleDeclaration>): void;
export declare function removeStyles(element: HTMLElement, style?: Partial<CSSStyleDeclaration>): void;
//# sourceMappingURL=apply-styles.d.ts.map