export declare class QuoteConfig { config: { quote_redirect: boolean; get_from_localstorage: boolean; img_path: string; geo_location: boolean; type: string; language: string; market: string; toggle_scroll: boolean; destination: { label: string; value: number; product_id: number; }; minimum_quote_days: number; }; }