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