import { LitElement, nothing } from '../../../../node_modules/lit'; export declare class SbPagination extends LitElement { totalPages: number; currentPage: number; protected createRenderRoot(): HTMLElement | DocumentFragment; private get visiblePages(); private goTo; render(): import('../../../../node_modules/lit-html').TemplateResult<1> | typeof nothing; static styles: import('../../../../node_modules/lit').CSSResult; } declare global { interface HTMLElementTagNameMap { "sb-pagination": SbPagination; } }