import React from 'react';
import type { CnMessageProps } from './types';
export declare const CnMessage: React.ForwardRefExoticComponent<CnMessageProps & React.RefAttributes<any>>;
