import * as React from 'react'; interface IconProps { expanded: boolean; } export declare const MoreLinks: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").ButtonHTMLAttributes & import("./nav-link").NavLinkProps, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").ButtonHTMLAttributes & import("./nav-link").NavLinkProps>; export declare const OpenMenu: import("styled-components").StyledComponentClass, HTMLUListElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").DetailedHTMLProps, HTMLUListElement>>; export declare const SubMenuItem: import("styled-components").StyledComponentClass, HTMLLIElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").DetailedHTMLProps, HTMLLIElement>>; export declare const DropdownLink: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").AnchorHTMLAttributes & import("./nav-link").NavLinkProps, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").AnchorHTMLAttributes & import("./nav-link").NavLinkProps>; export declare const DropIcon: React.NamedExoticComponent; export {};