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