import { type IconProps } from "../../../base/index.ts";
declare const DevicePhoneMobile: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type DevicePhoneMobile = ReturnType<typeof DevicePhoneMobile>;
export default DevicePhoneMobile;
