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