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