import { defineComponent } from '@yanzhen-lowcode/core';
type Options = Parameters<typeof defineComponent>[1];
export declare function defineTextPreviewComponent(name: string, options?: Partial<Options>): any;
export declare const YzSchemaTextPreview: any;
export default YzSchemaTextPreview;