import { IPalette } from 'office-ui-fabric-react'; export declare const invertTheme: (palette: Partial) => import("office-ui-fabric-react").ITheme; export declare const arraysMatch: (arr1: (string | number | boolean)[], arr2: (string | number | boolean)[]) => boolean; export declare const getBrowser: () => "opera" | "firefox" | "safari" | "ie" | "edge" | "chrome" | "blink" | undefined;