import { FC } from 'react'; import { ListBoxItemRenderProps } from 'react-aria-components'; import { SelectItemProps } from '../../forms/Select/types'; export declare const ItemChildren: ({ isSelected, isDisabled, isHovered, textValue, isIndeterminate, }: ListBoxItemRenderProps & { textValue: string | undefined; isIndeterminate?: boolean | undefined; }) => import("react/jsx-runtime").JSX.Element; export declare const MultiSelectItem: FC; //# sourceMappingURL=MultiSelectItem.d.ts.map