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