export declare const rows: { name: string; }[]; export declare const columns: { name: string; header: string; bodyRenderer: (row: any) => import("lit-html").TemplateResult<1>; filterable: boolean; filterOperators: string[]; }[];