export declare const createTestTable: (numRows?: number) => { getRows: () => { key: string; subRows: { key: string; data: string[]; }[]; }[]; render: () => void; };