/**
 * External custom hook for managing settings.
 */
export declare const useSettings: () => {
    settings: import("..").Settings;
    replaceSettings: (newSettings: import("..").Settings) => void;
    updateSettings: (fields: import("..").Settings) => void;
};
//# sourceMappingURL=useSettings.d.ts.map