import { ThemeJSON } from '../lib/theme'; export { amberTheme } from './amber'; export { defaultTheme } from './default'; export { techTheme } from './tech'; export declare const themes: Record;