import { IDynamicFormProps } from '../../DynamicForm';
export interface IDynamicSearchProps extends IDynamicFormProps {
}
