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