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