/** * 模拟componentWillMount * @category Hooks */ export declare const useWillMount: (cb: Function) => void;