import { types } from "typestyle"; export declare const HorizontalActionMenuStyles: { menuWrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties; wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties; nodeBtn: (bgColor: string, textColor: string) => types.NestedCSSProperties; }; export declare const VerticalActionMenuStyles: { wrapper: (bgColor: string, textColor: string) => types.NestedCSSProperties; };