/// import { CSSObject } from '@emotion/styled'; interface StyledMenuSuffixProps { firstLevel?: boolean; collapsed?: boolean; transitionDuration?: number; rootStyles?: CSSObject; } export declare const StyledMenuSuffix: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & StyledMenuSuffixProps, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export {};