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