import { ThemeTypesModel } from '../../Themes/theme_types'; export declare const styledMap: (theme: ThemeTypesModel) => { style: { theme: { light: { dark: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; blue: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; green: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; red: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; }; dark: { dark: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; blue: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; green: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; red: { backgroundColor: string; fontColor: string; divider: string; progressBackground: string; }; }; }; title: { font: import("../../Themes/theme_types").FontStyleTypeModel; }; message: { font: import("../../Themes/theme_types").FontStyleTypeModel; }; }; };