import { HorizontalAlignments } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const NotificationPanelHeaderStyles: { body?: types.NestedCSSProperties; closeIcon: types.NestedCSSProperties; hideDialog: types.NestedCSSProperties; dialog: types.NestedCSSProperties; wraperMenuDisplay?: types.NestedCSSProperties; buttonOutline?: types.NestedCSSProperties; divOutline?: types.NestedCSSProperties; invisibleDialog?: types.NestedCSSProperties; centerText?: types.NestedCSSProperties; notificationNumberColor?: (numberColor: string) => types.NestedCSSProperties; buttonUppercase?: (isUppercaseEnabled: boolean) => types.NestedCSSProperties; buttonAlignment?: (alignment: HorizontalAlignments) => types.NestedCSSProperties; };