export declare const stopEventPropagation: (event: unknown) => void; export declare const attachCloseToEscape: (handleClose: () => void) => () => void;