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