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