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