import { default as React } from 'react';
import { IconProps } from '../Types';
export declare const GroupOutline: {
    ({ title, fill, stroke, ref, ...props }?: IconProps): React.JSX.Element;
    displayName: string;
};
export declare const tags: string[];
