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