import { SettingsConfig } from "../types";
export declare const useConfig: (config: SettingsConfig) => SettingsConfig;
