interface StyledMenuIconProps {
    rtl?: boolean;
}
export declare const StyledMenuIcon: import("styled-components").StyledComponent<"span", any, StyledMenuIconProps, never>;
export {};
