import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const richTextInputMessagesStrings: LocalizedStrings; /** * Available message keys for RichTextInput component */ export type RichTextInputMessageKey = "bold" | "bulletedList" | "code" | "headingFive" | "headingFour" | "headingOne" | "headingThree" | "headingTwo" | "italic" | "listFormatting" | "moreFormattingOptions" | "moreStyles" | "numberedList" | "paragraph" | "quote" | "redo" | "strikethrough" | "subscript" | "superscript" | "textFormatting" | "textStyle" | "textStyleMenu" | "underline" | "undo";