import { Testkit } from '../../../../../test/e2e/driver'; export declare class TableTestkit extends Testkit { tableStates: { hasError: () => Promise; hasLoading: () => Promise; hasFilterLoading: () => Promise; hasEmptyResult: () => Promise; }; tableTotalRows: () => Promise; }