import type { ReactElement } from 'react';
type PasteStepProps = {
    setStep: (step: string) => void;
};
declare const PasteStep: ({ setStep }: PasteStepProps) => ReactElement;
export default PasteStep;
//# sourceMappingURL=PasteStep.d.ts.map