import { TestTheme } from '../types'; declare module 'theme' { export const theme: TestTheme; }