import { SelectProps as AntSelectProps } from 'antd'; import React from 'react'; export declare type SelectProps = AntSelectProps & { allControl?: boolean; allValue?: boolean; [x: string]: any; }; export declare const Select: React.ForwardRefExoticComponent & React.RefAttributes>;