import React from 'react'; import { IGroupRowProps } from '../../props'; declare const GroupRow: React.FunctionComponent; export default GroupRow;