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