import { type StyleProp, type ViewStyle, type TextStyle } from "react-native"; export interface WordProps { containerStyle?: StyleProp; textStyle?: StyleProp; } export default function Word({ containerStyle, textStyle }: WordProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Word.d.ts.map