import type { PopupAnimationInfo, PopupHookArgs } from '../Popup.types'; export declare const usePopup: ({ isOpen, id, popupInfo, withAnimation }: PopupHookArgs) => { isVisible: boolean; setVisible: import("react").Dispatch>; animationInfo: PopupAnimationInfo; withAnimation: boolean | undefined; rootId: string; }; //# sourceMappingURL=usePopup.d.ts.map