export * from './attach-properties-to-component'; export * from './typeof'; export * from './fetch'; export * from './type-utils'; /** 空函数,用于一些没有必要实际需要的回调,同时避免抛出错误 */ export declare function noop(): void; /** 获取默认值 */ export declare const getDefaultValue: (value: T, defaultValue: T) => T;