import { IParam } from '../param-types'; export declare function renderParam(scope: any, param: IParam, options: any, overrides?: Partial): any;