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