import './PaginationNumberInput.css'; import React from 'react'; export declare const PaginationNumberInput: React.ForwardRefExoticComponent<{ value?: number; onChange?: import("../types").PaginationPropOnChange; form?: import("../types").PaginationPropForm; size?: import("../types").PaginationPropSize; total: number; getTotalLabel?: (pages: number) => string | number; } & Omit, "css" | "onChange" | "size" | "form" | "value" | "total" | "getTotalLabel"> & React.RefAttributes>;