import type { ComputedRef } from '@vue/reactivity'; import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from '@vue/runtime-core'; declare const _default: DefineComponent, { height: ComputedRef; language: ComputedRef; save(v: string): void; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly>> & { onChange?: ((...args: any[]) => any) | undefined; }, { readonly name?: any; readonly config?: any; readonly model?: any; readonly prop?: any; }>; export default _default;