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