/// import { Pagination } from "."; type GetProps = T extends React.ComponentType | React.Component ? P : never; export declare function PaginationContent(passedProps: Partial>): import("react/jsx-runtime").JSX.Element; export {};