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