import { Theme, ThemeVars } from './types';
export declare const convert: (inherit?: ThemeVars) => Theme;
