import React from 'react'; export declare const GridRow: ({ children, highlight, className }: { children: any; className: any; highlight: any; }) => React.JSX.Element; //# sourceMappingURL=GridRow.d.ts.map