import React from 'react'; /** * 插入提示符 */ export declare const InsertionPrompt: (() => React.JSX.Element) & { displayName: string; };