/// import type { FadePopupProps } from './types'; export declare const FadePopup: ({ children, isOpen }: FadePopupProps) => JSX.Element | null;