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