/** * PureRichText Visualization Options Schema * * Defines the JSON schema for PureRichText visualization options. */ import type { OptionsSchema } from '../types'; /** * PureRichText options schema with all required properties */ export declare const pureRichTextOptionsSchema: OptionsSchema; /** * Platform RichText wrapper options schema * Same as pureRichTextOptionsSchema */ export declare const richTextOptionsSchema: OptionsSchema;