import React from 'react'; import { ProInfoGroupProps } from '../../typing'; import './index.scss'; declare const ProInfoGroup: React.FC; export default ProInfoGroup;