import { AcDbEntityProperties } from '@mlightcad/data-model'; type __VLS_Props = { entityPropsList?: AcDbEntityProperties[] | null; editable?: boolean; }; declare const _default: import('vue').DefineComponent>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update-property": (payload: { groupName: string; propertyName: string; newValue: unknown; }) => void; }, string, import('vue').PublicProps, Readonly>> & Readonly<{ "onUpdate-property"?: ((payload: { groupName: string; propertyName: string; newValue: unknown; }) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; //# sourceMappingURL=MlEntityProperties.vue.d.ts.map