import type { AgGridDefaultColDef } from "./AgGridDefaultColDef"; export interface AgGridProps { agGridStyle?: Object; animateRows?: boolean; rowSelection?: string; domLayout?: string; columnDefs: Array; defaultColDef?: AgGridDefaultColDef; enableRtl?: boolean; pagination?: boolean; paginationAutoPageSize?: boolean; floatingFilter?: boolean; paginationPageSize?: number; rowData: string[]; sideBar?: boolean; suppressRowClickSelection?: boolean; } //# sourceMappingURL=AgGridProps.d.ts.map