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