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