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