import { theme as GamutTheme } from '@codecademy/gamut-styles'; import { StylesConfig } from 'react-select'; export declare const conditionalBorderStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export declare const getMemoizedStyles: (theme: typeof GamutTheme, zIndex?: number) => StylesConfig;