export declare const getCompPropsByIdMap: (data: {
id: string | number;
props: any;
components: any[];
}[], result?: {}) => {};
export declare const getCompPropsById: (data: {
id: string | number;
props: any;
components: any[];
}[], attrCode: string) => any;