import { AuthenticationOption } from "@omnia/fx-models";
export declare function useProvider(): {
    getProvider: (type: AuthenticationOption) => import("../../Shared").OmniaAuthProviderClient;
};
