import type { Components, JSX } from "../types/components"; interface RuxIconFormatStrikethrough extends Components.RuxIconFormatStrikethrough, HTMLElement {} export const RuxIconFormatStrikethrough: { prototype: RuxIconFormatStrikethrough; new (): RuxIconFormatStrikethrough; };