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