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