import React from "react"; import { IconProps } from "../type"; export declare function Edit3Icon({ className, style, active, color, ...props }: IconProps & { active?: boolean; color?: React.CSSProperties["color"]; }): JSX.Element;