///
export declare const SubmitNewPassword: import("react").ComponentType<
import("../../../../../types").ThemeBaseProps & {
formFields: Omit[];
error: string | undefined;
} & {
recipeImplementation: import("supertokens-web-js/recipe/emailpassword").RecipeInterface;
error: string | undefined;
clearError: () => void;
onError: (error: string) => void;
config: import("../../../types").NormalisedConfig;
onSignInClicked: () => void;
token: string;
} & {
footer?: JSX.Element | undefined;
}
>;