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