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