import React from 'react';
import { CnNoticeProps } from './types';
export declare const CnNotice: React.NamedExoticComponent<CnNoticeProps>;
