import { FC, PropsWithChildren, RefObject } from "react"; //#region src/components/overlays/modal/modal.d.ts declare const Modal: FC; type?: 'center' | 'bottom' | 'right' | 'left'; defaultOpen?: boolean; isOpen?: boolean; onClose?: () => void; }>>; //#endregion export { Modal };