import type { TableHost } from '../interfaces/table-host.interface'; /** * Renders the empty state template for the table when there is no data * @param host - The table host component * @returns Empty state template */ export declare function renderEmptyTemplate(host: TableHost): import("lit-html").TemplateResult<1>; //# sourceMappingURL=empty.template.d.ts.map