export declare const PaginatorTheme: { root: { padding: string; gap: string; borderRadius: string; background: string; color: string; transitionDuration: string; }; navButton: { background: string; hoverBackground: string; selectedBackground: string; color: string; hoverColor: string; selectedColor: string; width: string; height: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; currentPageReport: { color: string; }; jumpToPageInput: { maxWidth: string; }; };