import { ThemeFromFn } from '../../theming'; export declare const moduleTheme: () => [string, {}]; export declare type ModuleTheme = ThemeFromFn;