export interface ISignUpFormProps {
  showInstallButton:  boolean;
}