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