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