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