import { default as React } from 'react'; type PopupKeyHandlers = { onConfirm?: () => void; onCancel?: () => void; }; export declare function createEntityLinkKeyDownHandler(handlers: PopupKeyHandlers): (event: React.KeyboardEvent) => void; export {}; //# sourceMappingURL=popupKeyDown.d.ts.map