import React from 'react'; import type { TextEditorOutputProps } from './TextEditorOutput.types'; /** * Render formatted text from `TextEditor` * * @since 10.24.0 */ export declare const TextEditorOutput: React.ForwardRefExoticComponent & React.RefAttributes>;