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