import { View } from 'react-native'; import { PaginationProps } from './types'; export declare const Pagination: import("../../core/factory").PlatformBlocksComponent<{ props: PaginationProps; ref: View; }>;