;
/**
* 预定义组件的一些props值
* @param Comp
* @param overrideProps
*/
export declare function overrideComponent(Comp: React.ComponentClass
| React.FC
, overrideProps: Partial
): React.ForwardRefExoticComponent & React.RefAttributes>;
export declare function delay(time: number): Promise;
export declare function clamp(n: number, min: number, max: number): number;
export declare function normalizeRequire(result: any): any;
export declare const noop: () => void;
export declare const EMPTY_OBJECT: {};
export declare const EMPTY_ARRAY: never[];