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