import * as styled_components from 'styled-components'; declare const NavigationMenu: (theme: any) => { avatar: { height: any; width: any; }; backgroundColor: { contextMenu: any; default: any; hover: any; active: any; tag: any; bottomMenu: any; }; border: { color: { default: any; }; radius: { default: any; circle: any; tag: any; action: any; contextMenu: any; }; }; font: { color: { default: any; active: any; hover: any; }; weight: { bold: any; medium: any; }; size: { contextMenu: { title: any; }; }; }; gap: { xxxsmall: any; xxsmall: any; medium: any; }; height: { xxlarge: any; xlarge: any; contextMenu: number; bottomMenu: any; }; hover: { contextMenu: styled_components.FlattenSimpleInterpolation; }; icon: { height: any; width: any; fill: { default: any; actions: any; active: any; hover: any; }; }; padding: { xxxsmall: any; xxsmall: any; xsmall: any; small: any; }; tag: { color: { default: any; }; }; width: { xxlarge: any; xlarge: any; }; }; export { NavigationMenu as default };