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