import { ForwardRefRenderFunction } from 'react';
import type { CnDialogProps } from './types';
export declare const CnDialog: ForwardRefRenderFunction<any, CnDialogProps>;
