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