import React from 'react';
import type { CnDemoPageProps } from './types';
export declare const CnDemoPage: React.FC<CnDemoPageProps>;
