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