/// import { SFC } from 'react'; export interface DatagridCardsProps { children: any; } export declare const DatagridCards: SFC;