import { TextStyle } from "react-native"; interface Style { textStyle: TextStyle; } declare const _default: Style; export default _default;