export declare const useFluxListener: (type: string, handler: (data?: any) => any) => (data?: any) => any;
