import { ITextField } from "../_types/ITextField"; /** * Moves the cursor vertically (up or down, positive is down) * @param textField The text field ot move the cursor for * @param direction The movement direction * @param expandSelection Whether to alter the current text selection */ export declare function moveCursorVertical(textField: ITextField, direction?: number, expandSelection?: boolean): void; //# sourceMappingURL=moveCursorVertical.d.ts.map