import type { SVGProps } from "react"; export interface UserEditIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function UserEditIcon({ className, size, color, ...props }: UserEditIconProps): import("react").JSX.Element; //# sourceMappingURL=user-edit-icon.d.ts.map