import { types } from "typestyle"; import { OmniaTheming } from "@omnia/fx/ux"; export declare const LocalizationAdminStyles: { container?: types.NestedCSSProperties; row?: (theme: OmniaTheming) => types.NestedCSSProperties; valueBlock?: (theme: OmniaTheming, haveChange: boolean, miss?: boolean) => types.NestedCSSProperties; additionalLabelInfo?: types.NestedCSSProperties; badge?: types.NestedCSSProperties; infoIcon?: types.NestedCSSProperties; iconBtn?: types.NestedCSSProperties; hoverBtn?: types.NestedCSSProperties; languageCheckBox?: types.NestedCSSProperties; nodeHeaderTitle?: types.NestedCSSProperties; nodeHeaderLanguage?: types.NestedCSSProperties; };