import ModalBasicProps from './type'; declare const Modal: { ({ children, onClose, onConfirm, open, ...props }: ModalBasicProps): import("react/jsx-runtime").JSX.Element; defaultProps: { variant: string; type: string; title: string; ubication: string; children: any; }; }; export default Modal; //# sourceMappingURL=index.d.ts.map