declare const insertTextAtSelection: (value: string, clear?: boolean) => void;
export default insertTextAtSelection;
