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