import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const DevicePhoneMobile: import("svelte").Component; type DevicePhoneMobile = ReturnType; export default DevicePhoneMobile; //# sourceMappingURL=device-phone-mobile.svelte.d.ts.map