import { FC } from 'react';
import { FluxProviderProps } from './FluxProvider.types';
export declare const FluxProvider: FC<FluxProviderProps>;
