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