import { AppViewBase } from '@ibizstudio-ex/template-vue'; /** * 第一版设计工具右侧素材区 * * @author chitanda * @date 2022-05-23 11:05:30 * @export * @class DynamicDesignPropertyView * @extends {AppViewBase} */ export declare class DynamicDesignPropertyView extends AppViewBase { render(): JSX.Element; } //# sourceMappingURL=dynamic-design-property-view.d.ts.map