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