import { SectionProps } from '@comparaonline/ui-wizard-step-manager/dist/types'; declare const Car: SectionProps; declare const Confirmation: SectionProps; declare const Payment: SectionProps; export { Car, Confirmation, Payment };