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