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