export declare function handleEnterKey(value: string, selectionStart: number, selectionEnd: number, multiline: boolean): { value: string; cursorPosition: number; } | null;