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