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