import { type Context, type SyntheticEvent } from 'react'; /** * __On close context__ * * An context that provides the on close function for the drawer. */ export declare const OnCloseContext: Context<((event: SyntheticEvent, analyticsEvent?: any) => void) | undefined>;