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