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