import { Theme } from './types'; export declare const getInverseTheme: (theme: Theme) => Theme;