import type { AutocompleteOwnerState } from './Autocomplete.types'; export type OwnerState = Omit, 'onChange' | 'defaultValue'>; export declare const AutocompleteRoot: import("@emotion/styled").StyledComponent & OwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AutocompleteListbox: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps & OwnerState, {}, {}>; export declare const AutocompleteClearIndicator: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps & OwnerState, {}, {}>; export declare const AutocompletePopupIndicator: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps & OwnerState, {}, {}>; export declare const AutocompleteOption: import("@emotion/styled").StyledComponent & React.RefAttributes & import("@mui/system").MUIStyledCommonProps, {}, {}>;