/// import type { SignInAndUpThemeProps } from "../../../types"; export declare const ThirdPartySignInAndUpProvidersForm: React.FC; export declare const ProvidersForm: import("react").ComponentType< import("../../../../../types").AuthComponentProps & { providers: Pick[]; recipeImplementation: import("../../../../../types").WebJSRecipeInterface< typeof import("supertokens-web-js/lib/build/recipe/thirdparty") >; config: import("../../../types").NormalisedConfig; } >;