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