import { IDynamicSelectProps } from './type';
export declare function DynamicSelect(props: IDynamicSelectProps): import("react").JSX.Element;
