import { Boilerplate } from '../../../types.js'; import React from 'react'; export declare const InstallBoilerplateJourney: React.FC<{ folder: string; tenantIdentifier?: string; bootstrapTenant?: boolean; boilerplate?: Boilerplate; isVerbose?: boolean; }>;