import type { IconProps } from './icon.context.js'; declare const SmartphoneIcon: import("svelte").Component; type SmartphoneIcon = ReturnType; export default SmartphoneIcon;