///
import { SmartSelectStepProps } from '../SmartSelectStep';
import { GSmartSelect } from '../../../@Types/GenericFormSteps';
declare function SmartSelectStep({ icon, step, editable, getOptions, calcDepError, defaultValue, filterOptions, valueOverwrite, getValueString, changeListener, getValueWarning, getOptionSelected, getOptionalDependencies, getOptionsConditionsIdSteps, renderNestedSteps, }: SmartSelectStepProps): JSX.Element;
export default SmartSelectStep;