import { IPublicTypePropConfig } from '@alilc/lowcode-types'; export declare const primitiveTypes: string[]; export declare const LowcodeTypes: any; export declare function parseProps(component: any): IPublicTypePropConfig[]; export declare function parseMetadata(component: any): any;