/** * Render a custom UI for CodeMirror's hint which includes additional info * about the type and description for the selected context. */ export default function onHasCompletion(cm: any, data: any, onHintInformationRender: any): void;