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