import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconTextStrikethroughBold: import("svelte").Component<$$ComponentProps, {}, "">; type IconTextStrikethroughBold = ReturnType; export default IconTextStrikethroughBold;