export declare const useBottomSheetBaseVisibility: ({ isAnimating, isOpen, }: {
    isAnimating: boolean;
    isOpen: boolean;
}) => boolean;
