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