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