import { IAppStateConfig } from './config.slice'; export declare const configSelector: (state: IAppStateConfig) => { CALENDAR_MAX_DISTANCE_FROM_OWNER?: import("../..").IConfig; CALENDAR_MAX_DISTANCE_BETWEEN_EVENTS?: import("../..").IConfig; CALENDAR_LOCATION_RESTRICTION_TYPE?: import("../..").IConfig; CALENDAR_ALLOWED_LOCALITIES?: import("../..").IConfig; WEBSITE_PUB_HEADER?: import("../..").IConfig; CALENDAR_RECURRENCE_ENABLED?: import("../..").IConfig; OFF_PEAK_HOURS_PERCENTAGE?: import("../..").IConfig; SHOP_PAYMENT_ACCEPT_ADVANCE_PAYMENT_EXTERNAL?: import("../..").IConfig; SHOP_PAYMENT_ACCEPT_ADVANCE_PAYMENT_CARD?: import("../..").IConfig; SHOP_PAYMENT_ACCEPT_EXTERNAL?: import("../..").IConfig; SHOP_PAYMENT_ACCEPT_CARD?: import("../..").IConfig; }; export declare const errorConfigSelector: (state: IAppStateConfig) => import("../../..").IPayloadError; export declare const loadingConfigSelector: (state: IAppStateConfig) => boolean; export declare const publicConfigSelector: (state: IAppStateConfig) => { [key: string]: any; };