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