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