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