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