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