import { cols } from './cols'; export declare class datarows { keyvalue: string; action: string; status: boolean; cols: cols[]; count: any; }