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