import React from 'react'; import { DataGroupProps } from './interface'; declare const DataGroup: React.FC; export default DataGroup;