declare function useMount(callback: (...args: any[]) => any): void;
export { useMount };
