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