import { IconProps } from '../Icon'; declare function SvgGroup(props: IconProps): JSX.Element; export default SvgGroup;