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