export { StepWelcome, type StepWelcomeProps } from './StepWelcome'; export { StepServiceDiscovery, type StepServiceDiscoveryProps } from './StepServiceDiscovery'; export { Step1CompanyProfile, type Step1CompanyProfileProps } from './Step1CompanyProfile'; export { Step2GPSMonitoring, type Step2GPSMonitoringProps } from './Step2GPSMonitoring'; export { Step3SupportPlan, type Step3SupportPlanProps } from './Step3SupportPlan'; export { Step4VoIP, type Step4VoIPProps } from './Step4VoIP'; export { Step5WebEmail, type Step5WebEmailProps } from './Step5WebEmail'; export { Step6Summary, type Step6SummaryProps } from './Step6Summary'; export { Step7Contact, type Step7ContactProps } from './Step7Contact';