/**内置组件实现*/
declare const BuildinComponents: {
    [k: string]: {
        [k: string]: any;
    };
};
export { BuildinComponents };
