export class ArticleOverviewMenu extends Menu { /** * @param {NodeOfPage} node * @returns {TemplateResult | nothing} */ renderDescription(node: import("../../../types/menu.js").NodeOfPage): TemplateResult | typeof nothing; /** * @returns {TemplateResult | nothing} */ render(): TemplateResult | typeof nothing; } export type TemplateResult = import('lit').TemplateResult; export type NodeOfPage = import('../../../types/menu.js').NodeOfPage; import { Menu } from "./Menu.js"; import { nothing } from "lit-html"; //# sourceMappingURL=ArticleOverviewMenu.d.ts.map