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