import { ITextField } from "../_types/ITextField"; /** * Copies the selected text * @param textField The text field ot move the cursor for * @returns Whether anything was copied */ export declare function copyText(textField: ITextField): Promise; //# sourceMappingURL=copyText.d.ts.map