import { RealTheme, ThemeType } from './types'; export declare function getThemeType(theme: RealTheme): ThemeType;