import { type TemplateResult } from '../../../../Dom/Html'; import type { MenuElement } from './MenuElement'; /** * The template of the `MenuElement`. * * @public */ export declare function menuElementTemplate(e: T): TemplateResult; //# sourceMappingURL=MenuElementTemplate.d.ts.map