import { default as React } from 'react'; import { SelectViewProps } from '../interface'; export declare const SelectView: ({ id, style, className, placeholder, maxTagCount, children }: SelectViewProps) => React.JSX.Element;