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