import { FunctionComponent } from 'react';
import { BaseCallbacksPropsType } from '../../options/_baseCallbacks';
type ParametersPanelCallbacksPropsType = BaseCallbacksPropsType & {};
declare const ParametersPanelCallbacks: FunctionComponent<ParametersPanelCallbacksPropsType>;
export default ParametersPanelCallbacks;
