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