import { FC } from 'react'; declare type Props = { className?: string; onClose: () => void; hasCloseButton?: boolean; }; export declare const Popup: FC; export {};