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