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