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