import * as React from 'react'; import { ResponseExamplesProps } from '../ResponseExamples/ResponseExamples'; import { TryItProps } from './TryIt'; export declare type TryItWithRequestSamplesProps = Omit & ResponseExamplesProps & { hideTryIt?: boolean; hideTryItPanel?: boolean; hideSamples?: boolean; }; export declare const TryItWithRequestSamples: React.FC;