export declare const hasTextSelection: ({ activeElement, event, }: {
    activeElement: Element;
    event: KeyboardEvent;
}) => boolean;
