export type TextEditorTranslations = { boldLabel: string; italicLabel: string; underlineLabel: string; strikeLabel: string; linkLabel: string; tagLabel: string; orderedListLabel: string; bulletListLabel: string; enterUrlPrompt: string; linkUrlPrompt: string; visitUrlLabel: string; editButtonText: string; removeButtonText: string; closeButtonText: string; }; export declare const TEXT_EDITOR_TRANSLATIONS: Record; export declare const getTextEditorTranslations: (locale: string) => TextEditorTranslations;