import { TextStyle } from '../type'; declare const defalutTextStyle: TextStyle; declare const titleTextStyle: TextStyle; declare const fixStyleTextStyle: TextStyle; export { defalutTextStyle, titleTextStyle, fixStyleTextStyle };