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