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