///
import { SerializedStyles } from '@emotion/react';
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
containerCss?: SerializedStyles | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DropButtonNote: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const DropDownItemNote: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const Icon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const LoadingSpinner: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const CreateInputContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const CreateInput: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLInputElement>, {}>;
export declare const CreateButton: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const SearchInputContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const SearchInput: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLInputElement>, {}>;
export declare const SearchIcon: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const NoResultsMessage: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DropDownContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
rtl?: boolean | undefined;
openUpward?: boolean | undefined;
inPortal?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const PortalWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;