import { ZeitUIThemesPalette } from 'components/styles/themes';
export declare type BrowserColors = {
    color: string;
    barBgColor: string;
    inputBgColor: string;
    borderColor: string;
    titleColor: string;
};
export declare const getBrowserColors: (invert: boolean, palette: ZeitUIThemesPalette) => BrowserColors;
