export declare const useDidMountEffect: (func: Function, deps: any[]) => void;
