import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const MobileDeviceIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { MobileDeviceIcon, MobileDeviceIcon as default };
//# sourceMappingURL=MobileDevice.d.ts.map