export declare const Selector: { TITLE: string; CONTENT: string; }; export declare const openClass = "open"; export declare const openDefinitionClass: string; export declare function createDefinitionElement(termElement: HTMLElement): HTMLElement; export declare function setDefinitionId(definitionElement: HTMLElement, termElement: HTMLElement): void; export declare function setDefinitionPosition(definitionElement: HTMLElement, termElement: HTMLElement): void; export declare function closeDefinition(definition: HTMLElement): void;