import { Dispatch, SetStateAction } from 'react';
type StorageInformationProps = {
    setStep: Dispatch<SetStateAction<number>>;
};
export declare const DRepStorageInformation: ({ setStep, }: StorageInformationProps) => import("react/jsx-runtime").JSX.Element;
export {};
