export declare const AuthTypeContext: import("react").Context<{ type: string; }>; export declare const AuthTypesContext: import("react").Context<{ types: { key: string; label: string; value: string; }[]; }>; export declare const useAuthTypes: () => { key: string; label: string; value: string; }[];