import { Options } from './options';
export declare function applyStyleWithOptions<T extends HTMLElement>(node: T, options: Options): T;
