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