import { Column, Row } from './datatable.models'; export declare const DatatableTestData: { columns: Column[]; rows: Row[]; };