import React from 'react'; import type { StudioBlockContent } from '@sanity/base/_internal'; interface PortableTextContentProps { value: StudioBlockContent[]; } export declare function PortableTextContent(props: PortableTextContentProps): React.JSX.Element; export {}; //# sourceMappingURL=PortableTextContent.d.ts.map