/** * 获取选中的文本 * @returns */ declare const getSelection: () => any; export default getSelection;