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