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