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