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