import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Play: import("svelte").Component; type Play = ReturnType; export default Play; //# sourceMappingURL=play.svelte.d.ts.map