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