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