///
import TextField from '@mui/material/TextField';
/** Wrapper for `LoadingIcon` when `loading` replaces the autocomplete popup indicator. */
export declare const AutocompleteLoadingPopupIconRoot: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const AutocompleteTextFieldStyled: typeof TextField;
export declare const PopperStyled: import("react").ForwardRefExoticComponent>;