import type { DefaultTheme } from 'styled-components'; import type { DefaultSettableTheme } from '../../theme'; export declare const navContrastColors: (theme: DefaultTheme) => { hoverBg: string; foreground: string; border: string; interactive: string; urgent: string; nestedList: string; backgroundColor: string; nestedListHeader: string; }; export declare const getHeaderTheme: (theme: DefaultTheme) => DefaultSettableTheme; //# sourceMappingURL=style-utils.d.ts.map