import { OptionConfig } from './option-config.js'; export declare function install(el: HTMLElement, optionConfig?: OptionConfig): void; export declare function uninstall(el: HTMLElement): void;