declare const useDidMount: (callBack: () => void) => void;
export default useDidMount;
