import { ComponentType } from 'react';
export declare const DEFAULT_PAGE_SIZE = 100;
export declare const PAGE_SIZE_LIST: number[];
export declare const PaginationBox: ComponentType<any>;
export declare const PaperProps: {
    style: {
        maxHeight: number;
        width: number;
    };
};
export declare const SidePageBox: ComponentType<any>;
export declare const SelectButton: ComponentType<any>;
export declare const ArrowButton: ComponentType<any>;
export declare const PaginationContainer: ComponentType<any>;
export declare const divider: {
    readonly borderWidth: "0";
    readonly margin: "0 12px";
};
