import { FC } from 'react';
import { HttpManagerProps } from './interfaces';
export declare const HttpManager: FC<HttpManagerProps>;
