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