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