/**
 * 演示只读模式下的 render 方法
 */
declare const Demo: () => import("react/jsx-runtime").JSX.Element;
export default Demo;
