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