declare const _default: { type: string; properties: { projectType: { type: string; enum: string[]; }; pages: { type: string; items: { type: string; properties: { defaultName: { type: string; }; defaultIcon: { type: string; }; path: { type: string; }; }; required: string[]; }; }; name: { type: string; }; type: { type: string; }; description: { type: string; }; defaultMenuIcon: { type: string; properties: { type: { type: string; enum: string[]; }; name: { type: string; }; url: { type: string; pattern: string; }; }; required: string[]; if: { properties: { type: { const: string; }; }; }; then: { required: string[]; }; else: { required: string[]; }; }; privileges: { type: string; items: { type: string; properties: { name: { type: string; }; code: { type: string; }; }; required: string[]; }; }; apis: { type: string; items: { type: string; properties: { namespace: { type: string; }; method: { type: string; enum: string[]; }; path: { type: string; }; type: { type: string; enum: string[]; }; privilegeCode: { type: string; }; }; required: string[]; }; }; }; required: string[]; }; export default _default;