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