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