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