import { StepComponentProps } from '../types/steps';
export declare const SelectInvestorType: ({ onSubmit, onBack, defaultValues, context, offeringParams, }: StepComponentProps) => import("react/jsx-runtime").JSX.Element;
export default SelectInvestorType;
