import * as React from 'react';
declare class GuideProvider extends React.PureComponent<any> {
    render(): JSX.Element;
}
export default GuideProvider;
