import { MenuProps } from './types'; declare const Menu: import("styled-components").StyledComponent<"div", any, MenuProps, never>; export { Menu };