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