import * as React from 'react'; import { StyleFn, StyleObject, Styles } from '../types'; import { SharedProps } from './types'; export declare const SelectArrow: ({ $isOpen, title, overrides, ...restProps }: { [x: string]: any; $isOpen: any; title: any; overrides: any; }) => React.ReactElement; export declare const getSearchIconContainerStyles: Styles; export declare const getSearchIconStyles: StyleFn; export declare const getControlContainerStyles: Styles; export declare const getValueContainerStyles: Styles; export declare const getValueTypography: Styles; export declare const OverlaySelectPopoverOverride: ({ content, children: inputContainer, setStickySentinelRef }: { content: any; children: any; setStickySentinelRef: any; }) => import("react/jsx-runtime").JSX.Element; export declare const SingleValueTombstone: ({ $selectSize }: { $selectSize: any; }) => import("react/jsx-runtime").JSX.Element; export declare const selectMenuOverrides: { readonly Menu: { readonly props: { readonly overrides: { readonly List: { readonly props: { readonly overrides: { readonly Root: { readonly style: (_: any, { $maxHeight }: { $maxHeight: any; }) => StyleObject; }; }; }; }; }; }; }; readonly MenuItem: { readonly props: { readonly overrides: { readonly ListItem: { readonly props: { readonly overrides: { readonly Root: { readonly style: { readonly wordBreak: "break-word"; }; }; }; }; }; }; }; }; };