import React from 'react'; import { TextProps } from 'react-native'; type TextAtomProps = TextProps & {}; declare const TextAtom: ({ ...props }: TextAtomProps) => React.JSX.Element; export default TextAtom; //# sourceMappingURL=TextAtom.d.ts.map