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