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