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