interface Props { size?: number; [key: string]: any; } declare const IconPhoneLandscape: import("svelte").Component; type IconPhoneLandscape = ReturnType; export default IconPhoneLandscape;