/**
 * Set focus to contenteditable or native input element
 * @param element - element where to set focus
 * @param atStart - where to set focus: at the start or at the end
 */
export declare function focus(element: HTMLElement, atStart?: boolean): void;
