import { Options } from '../options.ts';

export declare function applyStyle(revealElement: HTMLElement, options: Required<Options>): void;
