import { ICssAnimationOptions } from '../../components/cssAnimation/types/cssAnimation';
type ReturnType = {
    setPopoverRef: (node: HTMLElement) => void;
    setDragIconRef: (node: HTMLElement | null | undefined) => void;
};
export declare const useSwipeDown: (animationOptions?: ICssAnimationOptions, handleClose?: () => void) => ReturnType;
export {};
