import React from 'react'; import { IRowProps } from './types'; declare const Row: React.FC; export default Row; //# sourceMappingURL=index.d.ts.map