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