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