import { ToReact } from './helpers.types'; import { ZPagination } from '../pagination'; export type ZrPagination_Props = ToReact<'Pagination'>; type ZrPagination_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrPagination_Type; export { Namespace as ZrPagination };