import { default as React } from 'react'; import { SelectMultiInputRootProps } from '../select/interface'; export declare const SelectMultiRoot: ({ children, className, dataVisible }: SelectMultiInputRootProps & { dataVisible?: boolean; }) => React.JSX.Element;