import React from 'react';
import type { CnModalProps } from './types/main';
export declare const CnModal: React.FC<CnModalProps>;
