export var PropertyBase: any; export namespace PropertyBase { export type definition = { description?: any; }; }