import { IPageComponent } from '@cloudbase/cals'; export declare function getComponentsInfo(dependencies: any): {}; export declare function getComponentSchema(ctx: { app: any; $app: any; $page: any; this: any; }, page: IPageComponent, componentsInfoMap?: { [componentSourceKey: string]: any; }, wrapperClass?: string, options?: { isComposite?: boolean; looseError?: boolean; processCssUnit?: 'px' | 'rpx' | 'rem'; rpxCalcRoot?: string; }): { widgets: string; dataBinds: string; componentSchema: string; };