import type { ViewStyle, TextStyle } from 'react-native'; interface Styles { contentWrapper: ViewStyle; content: TextStyle; } export declare const createStyle: (theme: DiceUI.Theme) => Styles; export {};