/** * Created by nghinv on Sun May 30 2021 * Copyright (c) 2021 nghinv@lumi.biz */ export declare const LightTheme: { textStyles: { h0: import("react-native").TextStyle; h1: import("react-native").TextStyle; h2: import("react-native").TextStyle; p0: import("react-native").TextStyle; p1: import("react-native").TextStyle; p2: import("react-native").TextStyle; p3: import("react-native").TextStyle; }; alert: { textActive: string; textNormal: string; textDisable: string; textError: string; separator: string; backgroundColor: string; }; actionSheet: { titleColor: string; messageColor: string; bottomTitleColor: string; buttonTitleColor: string; checkColor: string; separator: string; backgroundColor: string; }; bottomSheet: { titleColor: string; titleColorActive: string; buttonTitleColor: string; separator: string; backgroundColor: string; iconColor: string; checkColor: string; }; textInput: { backgroundColor: string; placeholderColor: string; textInputBackground: string; textColor: string; selectionColor: string; clearIconColor: string; searchIconColor: string; textButtonColor: string; }; primary: string; secondary: string; background: string; card: string; drawerBackground: string; selected: string; shadowColor: string; separator: string; disabled: string; status: { success: string; info: string; warning: string; error: string; }; text: { active: string; normal: string; subTitle: string; disable: string; error: string; }; icon: { active: string; normal: string; disable: string; error: string; }; blurType: string; blurView: boolean; };