import { Theme } from '../../lib/themes/theme.model'; export declare const findTheme: (theme?: string) => Theme;