///
export declare const Pages: import("./unstated").Container<{
getParams: (pageKey: string, sectionKey: string) => {
[x: string]: any;
};
setParams: (pageKey: string, sectionKey: string, value: {
[x: string]: any;
}) => void;
isShowModal: (pageKey: string, modalKey: string) => boolean;
hideModal: (pageKey: string, modalKey: string) => void;
showModal: (pageKey: string, modalKey: string) => void;
getFilter: (pageKey: string, tableKey: string) => {
[x: string]: any;
};
setFilter: (pageKey: string, tableKey: string, values: {
[x: string]: any;
}) => void;
error: import("../hooks/pages/useIndicator").Error;
warning: import("../hooks/pages/useIndicator").Message;
success: import("../hooks/pages/useIndicator").Message;
info: import("../hooks/pages/useIndicator").Message;
requestQuantity: number;
setError: import("react").Dispatch>;
setWarning: import("react").Dispatch>;
setSuccess: (message: import("../hooks/pages/useIndicator").Message) => void;
setInfo: (message: import("../hooks/pages/useIndicator").Message) => void;
clearError: () => void;
clearInfo: () => void;
clearSuccess: () => void;
clearWarning: () => void;
startRequest: () => void;
endRequest: () => void;
clearRequest: () => void;
}, void>;