import { RootState } from '../types/state'; export declare const getSetting: (key: string) => ({ reactPage: { settings } }: RootState) => any; //# sourceMappingURL=setting.d.ts.map