/**
* Convert the given screen coords to a selection position within the input.
*/
coordsToSelection(x: number, y: number): MarkdownEditorInputSelection;
/**
* Convert the given screen coords to a selection position within the input.
*/
coordsToSelection(x: number, y: number): MarkdownEditorInputSelection;