import { FunctionComponent } from 'react';
import { BaseRequestOptionsPropsType } from '../../options/_baseRequestOptions';
type ParametersPanelRequestOptionsPropsType = BaseRequestOptionsPropsType & {};
declare const ParametersPanelRequestOptions: FunctionComponent<ParametersPanelRequestOptionsPropsType>;
export default ParametersPanelRequestOptions;
