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