/**
 * Checks if we can set caret
 * @param target - target to check
 * @returns true if caret can be set in the target element, false otherwise
 */
export declare function canSetCaret(target: HTMLElement): boolean;
