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