import type { Components, JSX } from "../types/components"; interface RuxIconFormatStrikethrough extends Components.RuxIconFormatStrikethrough, HTMLElement {} export const RuxIconFormatStrikethrough: { prototype: RuxIconFormatStrikethrough; new (): RuxIconFormatStrikethrough; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;