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