import { types } from "typestyle"; export declare const HorizontalMegaMenuStyles: { wrapper: types.NestedCSSProperties; nodeBtn: (bgColor: string, textColor: string) => types.NestedCSSProperties; nodeBtnActived: (bgColor: string, textColor: string) => types.NestedCSSProperties; nodeBtnOpenMenu: (bgColor: string, textColor: string) => types.NestedCSSProperties; menu: (maxWidth: number, maxHeight: number, btnLeft: number, btnBottom: number) => types.NestedCSSProperties; menuDropDownSize: (maxWidth: number, maxHeight: number, btnLeft: number, btnBottom: number) => types.NestedCSSProperties; menuDropDown: (bgColor: string, textColor: string) => types.NestedCSSProperties; dynamicMenuScrollable: (maxWidth: number, maxHeight: number, btnLeft: number, btnBottom: number) => types.NestedCSSProperties; closeButton: types.NestedCSSProperties; accessibilityLink: types.NestedCSSProperties; accessibilityMenu: types.NestedCSSProperties; }; export declare const VerticalMegaMenuStyles: { wrapper: types.NestedCSSProperties; listItem: (bgColor: string, textColor: string) => types.NestedCSSProperties; menu: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties; menuDropDownSize: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties; menuDropDown: types.NestedCSSProperties; dynamicMenuScrollable: (maxWidth: number, maxHeight: number, btnTop: number, btnRight: number, containerTop: number) => types.NestedCSSProperties; closeButton: types.NestedCSSProperties; accessibilityLink: types.NestedCSSProperties; accessibilityMenu: types.NestedCSSProperties; }; export declare const MobileMegaMenuStyles: { layoutRendererWrapper: types.NestedCSSProperties; };