export declare const pageConf: { topLeft: { top: boolean; position: string; }; topCenter: { top: boolean; position: string; }; topRight: { top: boolean; position: string; }; bottomLeft: { top: boolean; position: string; }; bottomCenter: { top: boolean; position: string; }; bottomRight: { top: boolean; position: string; }; }; export declare const sizeMap: { default: string; middle: string; small: string; }; export declare const sortTypeMap: { flat: undefined; up: string; down: string; };