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