import * as React from 'react';
import { IProviderProps } from './Provider.props';
export { IProviderProps } from './Provider.props';
export declare const Provider: React.FunctionComponent<IProviderProps>;
