export declare const CLICK_OUTSIDE_BLOCKER_CLASS = "ignoreClickOutside";
export declare const SHORTCUT_BLOCKER_CLASS = "block-shortcut";
export default function withKeyFiltering(ComponentToEnhance: any): ({ ...props }: {
    [x: string]: any;
}) => import("react/jsx-runtime").JSX.Element;
