import { IHttpService } from '@stoplight/types'; import { DocsComponentProps } from '..'; export declare type HttpServiceProps = DocsComponentProps>; export declare const HttpService: import("react").FunctionComponent>;