/// <reference types="react" />
export declare const SignUpSomethingWentWrong: import("react").ComponentType<{
    onClick: () => void;
}>;
