import { TextAccent } from '@preply/ds-core'; import React from 'react'; import { TextStyle as RNTextStyle } from 'react-native'; export interface TextInlineProps { accent?: TextAccent; weight?: 'normal' | 'medium'; italic?: boolean; textTransform?: RNTextStyle['textTransform']; strikethrough?: boolean; } export declare const TextInline: React.NamedExoticComponent; //# sourceMappingURL=TextInline.d.ts.map