import { PaginationProps } from './types'; export declare const stylePagination: (props: PaginationProps) => { main: string[]; pages: string[]; };