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