export function MultiStepTearsheet({ backButtonText, cancelButtonText, className, description, firstFocusElement, influencerWidth, label, nextButtonText, secondaryButtonDisabled: secondaryButtonDisabledProp, slug, decorator, submitButtonText, title, ...rest }: {
    [x: string]: any;
    backButtonText: any;
    cancelButtonText: any;
    className: any;
    description: any;
    firstFocusElement: any;
    influencerWidth: any;
    label: any;
    nextButtonText: any;
    secondaryButtonDisabled: any;
    slug: any;
    decorator: any;
    submitButtonText: any;
    title: any;
}, context: any): React.JSX.Element;
import React from 'react';
//# sourceMappingURL=MultiStepTearsheet.d.ts.map