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