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