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