/// export type OmitProps = 'children' | 'as' | 'css'; export type PaginationNavProps = { direction: 'next' | 'prev'; }; export declare const PaginationNav: import("react").ForwardRefExoticComponent<(Omit, "children"> | Omit, "css"> | Omit, "as">) & import("react").RefAttributes>;