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