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