import { nothing, PropertyValues } from "lit"; import { FtReaderTopicTitleProperties } from "./ft-reader-topic-title.properties"; import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration"; import { ElementDefinitionsMap } from "@fluid-topics/ft-wc-utils"; import { FtReaderPage } from "@fluid-topics/ft-reader-context/build/store/model"; export declare class FtReaderTopicTitle extends FtReaderTopicComponent implements FtReaderTopicTitleProperties { static elementDefinitions: ElementDefinitionsMap; static styles: import("lit").CSSResult[]; private map?; private searchInDocumentQuery?; private translationDestinationLanguage?; private translationLoading?; private translationError?; currentPage?: FtReaderPage; titleContainer?: HTMLElement; protected render(): typeof nothing | import("lit-html").TemplateResult; protected contentAvailableCallback(props: PropertyValues): void; private processFocusCommand; private getTopicLanguage; private onVisibleTopicChange; }