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