export declare const useDrawerExiting: (visible: boolean) => {
    exiting: boolean;
    onExited: () => void;
};
