import * as _$vue from "vue";
import { VNode } from "vue";
//#region src/client/components/VuePlayground.d.ts
declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
  /**
   * Playground file data
   *
   * 演示文件数据
   */
  files: {
    type: StringConstructor;
    required: true;
  };
  /**
   * Playground title
   *
   * 演示标题
   */
  title: StringConstructor;
  /**
   * Playground settings
   *
   * 演示设置
   */
  settings: StringConstructor;
}>, () => (VNode | null)[], {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
  /**
   * Playground file data
   *
   * 演示文件数据
   */
  files: {
    type: StringConstructor;
    required: true;
  };
  /**
   * Playground title
   *
   * 演示标题
   */
  title: StringConstructor;
  /**
   * Playground settings
   *
   * 演示设置
   */
  settings: StringConstructor;
}>> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
//#endregion
export { _default as default };
//# sourceMappingURL=VuePlayground.d.ts.map