import React from 'react'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component/index.js'; import { MultiselectProps } from './interfaces'; declare const InternalMultiselect: React.ForwardRefExoticComponent; keepOpen: boolean; hideTokens: boolean; } & InternalBaseComponentProps & React.RefAttributes>; export default InternalMultiselect;