import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const InheritedGroupIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link InheritedGroupIcon} instead.
 */
export declare const InheritedGroup: typeof InheritedGroupIcon;
export default InheritedGroupIcon;
