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