/// <reference types="react" />
declare const StyledMenu: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<{
    [key: string]: any;
    id: string;
}, string | number> & import("react").RefAttributes<HTMLDivElement>>, any, {
    id: string;
}, "id">;
export default StyledMenu;
