declare const useSettings: () => [Settings, (settings: any) => void]; export = useSettings;