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