export declare const defineProps: <T>(o: T, properties: PropertyDescriptorMap & ThisType<any>) => T;
export declare const readOnly: (value: any) => PropertyDescriptor;
export declare const notEnumer: (value: any) => PropertyDescriptor;
