///
type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
export declare const StyledDialogContent: import("@emotion/styled").StyledComponent;
export declare const TreeListWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledSearchField: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const UserHintWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};