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