import type { PortableTextProps } from '@portabletext/react'; import type { PortableTextBlock, TypedObject } from '@portabletext/types'; import type { JSX } from 'react'; export type * from '@portabletext/react'; export declare function PortableText(props: Omit, 'listNestingMode'>): JSX.Element; //# sourceMappingURL=react-native-portable-text.d.ts.map