///
///
import { Theme } from '../../../constants';
export declare const DropdownContainer: import("@emotion/styled-base").StyledComponent<(import("react-select").CommonProps & import("react-select/src/components/containers").ContainerState & {
children: import("react").ReactNode;
innerProps: {
onKeyDown: import("react-select").KeyboardEventHandler;
};
} & import("react").RefAttributes, any, any>>) | import("react").PropsWithChildren>, {
zIndex: number;
theme: Theme;
}, object>;