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