import { IPaginatorProps } from './Paginator'; import { IAppStyle } from '../../theme'; declare type IPaginatorStyle = IAppStyle; export declare const containerStyle: IPaginatorStyle; export {};