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