import React from 'react';
import type { MultiStepFormProps } from './types';
export declare const MultiStepForm: React.ForwardRefExoticComponent<MultiStepFormProps & React.RefAttributes<{
    goToStep: (step: number) => void;
}>>;
//# sourceMappingURL=index.d.ts.map