export declare type IPagePickerType = 'all' | 'part' | 'current'; export declare type IPagePickerConfig = { [key in IPagePickerType]: { text?: string; visible?: boolean; }; };