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