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