import { SelectValue, SelectProps } from 'antd/lib/select/index'; export declare const PhenomSelect: { ({ children, ...rest }: SelectProps): JSX.Element; Option: import("rc-select/lib/Option").OptionFC; OptGroup: import("rc-select/lib/OptGroup").OptionGroupFC; };