export declare const style: { boxInner: { alignItems: "center"; }; boxOuter: { backgroundColor: string; padding: number; }; boxText: { fontSize: number; fontWeight: "500"; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';