import { BaseComponent } from '@italia/globals'; export declare class ItPaginationItem extends BaseComponent { static styles: import("lit").CSSResult; static shadowRootOptions: { delegatesFocus: boolean; clonable?: boolean; customElementRegistry?: CustomElementRegistry; mode: ShadowRootMode; serializable?: boolean; slotAssignment?: SlotAssignmentMode; }; page: string; current: boolean; disabled: boolean; updated(changedProperties: Map): void; private updateSlottedElements; private handleSlotChange; private handleClick; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'it-pagination-item': ItPaginationItem; } } //# sourceMappingURL=it-pagination-item.d.ts.map