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