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