/// import { CSSObject } from '@emotion/styled'; interface StyledExpandIconProps { open?: boolean; rtl?: boolean; } interface StyledExpandIconWrapperProps { collapsed?: boolean; level?: number; rtl?: boolean; rootStyles?: CSSObject; } export declare const StyledExpandIconWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & StyledExpandIconWrapperProps, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const StyledExpandIcon: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & StyledExpandIconProps, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const StyledExpandIconCollapsed: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export {};