import * as React from 'react'; import { GroupProps } from './iAvatar'; declare const Group: React.FC; export default Group;