import { ApphouseTheme } from '../../styles/defaults/themes.interface';
/**
 * Function to decide current theme object
 * @param theme
 * @param themeMode
 * @returns
 */
export declare const getTheme: (theme?: ApphouseTheme, themeMode?: string) => ApphouseTheme | undefined;
export declare const getThemeWithMode: (mode: string, customTheme?: ApphouseTheme) => any;
