import { IMenuProps } from "./types"; type AlignProp = Exclude; export declare const MenuWrap: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Box").BoxProps & import("../Box").FlexProps & { align: AlignProp; }, never>; export declare const MenuBtnWrap: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export declare const MenuList: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Box").BoxProps & import("../Box").GridProps & { offsetX: number; offsetY: number; }, never>; export {};