import React from 'react'; interface ApacuanaModalProps { isVisible: boolean; onClose: () => void; children: React.ReactNode; } export declare const ApacuanaModal: ({ isVisible, onClose, children, }: ApacuanaModalProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ApacuanaModal.d.ts.map