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