import type { UseDrawerReturnType, UseDrawerInnerReturnType } from './typing'; /** * @description: Applicable to separate drawer and call outside */ export declare function useDrawer(): UseDrawerReturnType; export declare const useDrawerInner: (callbackFn?: Fn) => UseDrawerInnerReturnType;