import type { IconProps } from './icon.context.js'; declare const StrikethroughIcon: import("svelte").Component; type StrikethroughIcon = ReturnType; export default StrikethroughIcon;