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