import { type SyntheticEvent } from 'react'; export declare const useOnClose: () => ((event: SyntheticEvent, analyticsEvent?: any) => void) | undefined;