import { types } from "typestyle"; import { OmniaTheming } from "@omnia/fx/ux"; export declare const UserMenuStyles: { underlineWhenHover?: types.NestedCSSProperties; smallAvatar?: types.NestedCSSProperties; compactAvatar?: types.NestedCSSProperties; largeBadge?: types.NestedCSSProperties; dialogWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties; dialogClose?: types.NestedCSSProperties; dialogUserWrapper?: types.NestedCSSProperties; dialogCustomMenuWrapper?: (theming: OmniaTheming) => types.NestedCSSProperties; navigationDrawer?: types.NestedCSSProperties; titleWrapper?: types.NestedCSSProperties; buttonProfileMenuItem?: types.NestedCSSProperties; userProfileWrapper?: types.NestedCSSProperties; };