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