import React from "react"; import { IconProps } from "./Icon"; export declare const FunctionIcon: (props: IconProps) => React.JSX.Element;