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