import type { FadePopupProps } from '../types'; type UseLogicParams = Pick; export declare const useLogic: ({ isOpen }: UseLogicParams) => { handleAnimationEnd: () => void; shouldRender: boolean; topPosition: number | undefined; }; export {};