import { ThemeType } from '../../constants'; export interface DropdownInputStyleProps { borderRadius: string; shouldBeFullyRounded: boolean; textAlign: 'left' | 'center'; theme: ThemeType; } declare const _default: { DropdownContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { textAlign: "center" | "left"; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; DropdownFocusContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; dropdownInputStyle: ({ borderRadius, shouldBeFullyRounded, textAlign, theme, }: DropdownInputStyleProps) => import("@emotion/react").SerializedStyles; DropdownOption: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { disabled: boolean; selected: boolean; }, import("react").DetailedHTMLProps, HTMLLIElement>, {}>; DropdownOptionsContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { borderRadius: string; isOpen: boolean; optionsContainerMaxHeight: string; }, import("react").DetailedHTMLProps, HTMLUListElement>, {}>; IconContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; }; export default _default; //# sourceMappingURL=style.d.ts.map