import { IModalProps } from './types'; declare const Modal: ({ children, className, closeOnOutsideClick, hasCloseButton, isVisible, onChange, size, slots, trigger, width, idToAppend, hasOverlay, hasAnimation, ...props }: IModalProps) => import("react/jsx-runtime").JSX.Element; export default Modal; //# sourceMappingURL=Modal.d.ts.map