import { IThemesBase } from './IThemesWeb';
import { ThemeBrandName } from './ThemeBrandName';
export declare const themes: IThemesBase<ThemeBrandName>;
export default themes;
