import { TextStyle as RNTextStyle } from 'react-native'; import { TextStyleCommonProps } from '../../types'; interface UseTextSharedStyleResponse { color: string; textAlign: RNTextStyle['textAlign']; textTransform: RNTextStyle['textTransform']; includeFontPadding: false; } export declare const useTextSharedStyle: ({ accent, centered, textTransform, }: TextStyleCommonProps) => UseTextSharedStyleResponse; export {}; //# sourceMappingURL=useTextSharedStyle.d.ts.map