export function MultiStepWithIntro({ backButtonText, cancelButtonText, className, description, influencerWidth, label, nextButtonText, slug, decorator, submitButtonText, title, }: {
    backButtonText: any;
    cancelButtonText: any;
    className: any;
    description: any;
    influencerWidth: any;
    label: any;
    nextButtonText: any;
    slug: any;
    decorator: any;
    submitButtonText: any;
    title: any;
}, context: any): React.JSX.Element;
import React from 'react';
//# sourceMappingURL=MultiStepWithIntro.d.ts.map