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