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