import { SelectProps } from 'antd';
export interface IDynamicSelectProps extends SelectProps {
}
