/** * Auto connect to Safe provider if it's present * Safe will always be the priority connector * Because if it's present, this means the user is on a Safe app iframe */ export declare const useAutoConnect: () => void;