import { Options } from './options'; export declare function applyStyleWithOptions(clonedNode: HTMLElement, options: Options): HTMLElement;