export declare const useFluxValue: (key: string | string[], defaultValue?: any) => any;
