import { TextStyle, ViewStyle } from "react-native"; interface IStyles { container: ViewStyle; text: TextStyle; } export declare const styles: (containerBackgroundColor?: string | undefined) => IStyles; export {};