export declare const i18n_en_US__toolbar: { audioTool: { tooltip: string; view: { title: string; addressLabel: string; addressPlaceholder: string; uploadBtnText: string; errorMessage: string; switchLabel: string; confirmBtnText: string; cancelBtnText: string; }; }; blockBackgroundColorTool: { tooltip: string; view: { btnText: string; }; }; blockMarginTool: { label: string; tooltip: string; view: { topLabel: string; topPlaceholder: string; rightLabel: string; rightPlaceholder: string; bottomLabel: string; bottomPlaceholder: string; leftLabel: string; leftPlaceholder: string; confirmBtnText: string; cancelBtnText: string; }; }; blockPaddingTool: { label: string; tooltip: string; view: { topLabel: string; topPlaceholder: string; rightLabel: string; rightPlaceholder: string; bottomLabel: string; bottomPlaceholder: string; leftLabel: string; leftPlaceholder: string; confirmBtnText: string; cancelBtnText: string; }; }; blockquoteTool: { tooltip: string; }; boldTool: { tooltip: string; }; cleanTool: { tooltip: string; }; codeTool: { tooltip: string; }; colorTool: { tooltip: string; view: { btnText: string; }; }; emojiTool: { tooltip: string; }; findTool: { tooltip: string; view: { findLabel: string; findPlaceholder: string; nextBtnText: string; replaceLabel: string; replacePlaceholder: string; replaceBtnText: string; replaceAllBtnText: string; }; }; fontFamilyTool: { tooltip: string; defaultFamilyText: string; }; fontSizeTool: { tooltip: string; defaultSizeText: string; }; headingTool: { tooltip: string; h1: string; h2: string; h3: string; h4: string; h5: string; h6: string; div: string; paragraph: string; }; historyBackTool: { tooltip: string; }; historyForwardTool: { tooltip: string; }; imageTool: { tooltip: string; view: { title: string; linkLabel: string; linkInputPlaceholder: string; uploadBtnText: string; validateErrorMessage: string; sizeSetter: { label: string; widthPlaceholder: string; heightPlaceholder: string; }; maxSizeSetter: { label: string; widthPlaceholder: string; heightPlaceholder: string; }; float: { label: string; noFloatLabel: string; floatToLeftLabel: string; floatToRightLabel: string; }; marginLabel: string; confirmBtnText: string; cancelBtnText: string; }; }; inlineMarginTool: { label: string; tooltip: string; view: { topLabel: string; topPlaceholder: string; rightLabel: string; rightPlaceholder: string; bottomLabel: string; bottomPlaceholder: string; leftLabel: string; leftPlaceholder: string; confirmBtnText: string; cancelBtnText: string; }; }; inlinePaddingTool: { label: string; tooltip: string; view: { topLabel: string; topPlaceholder: string; rightLabel: string; rightPlaceholder: string; bottomLabel: string; bottomPlaceholder: string; leftLabel: string; leftPlaceholder: string; confirmBtnText: string; cancelBtnText: string; }; }; insertObjectTool: { sourceCode: string; lineHeight: string; letterSpacing: string; blockBackgroundColor: string; emoji: string; audio: string; video: string; subscript: string; superscript: string; code: string; blockquote: string; leftToRight: string; rightToLeft: string; }; insertParagraphAfterTool: { tooltip: string; }; insertParagraphBeforeTool: { tooltip: string; }; italicTool: { tooltip: string; }; leftToRightTool: { tooltip: string; }; letterSpacingTool: { tooltip: string; defaultValueLabel: string; }; lineHeightTool: { tooltip: string; defaultValueLabel: string; }; linkTool: { tooltip: string; view: { linkLabel: string; linkInputPlaceholder: string; jumpLabel: string; jumpSelfLabel: string; jumpBlankLabel: string; invalidMessage: string; }; }; olTool: { tooltip: string; }; preTool: { tooltip: string; }; rightToLeftTool: { tooltip: string; }; strikeThrough: { tooltip: string; }; subscript: { tooltip: string; }; superscript: { tooltip: string; }; tableTool: { tooltip: string; createTable: string; editTable: string; cellBorderColor: string; deleteTable: string; }; tableAddTool: { tooltip: string; view: { confirmBtnText: string; rowLabel: string; rowPlaceholder: string; columnLabel: string; columnPlaceholder: string; useTextBusStyleLabel: string; }; }; tableEditTool: { tooltip: string; addColumnToLeft: string; addColumnToRight: string; insertRowBefore: string; insertRowAfter: string; deleteLeftColumn: string; deleteRightColumn: string; deletePrevRow: string; deleteNextRow: string; mergeCells: string; splitCells: string; }; tableRemoveTool: { tooltip: string; }; tdBorderColorTool: { tooltip: string; view: { confirmBtnText: string; }; }; textAlignTool: { tooltip: string; left: string; right: string; center: string; justify: string; }; textBackgroundColorTool: { tooltip: string; view: { confirmBtnText: string; }; }; textIndentTool: { tooltip: string; }; ulTool: { tooltip: string; }; underlineTool: { tooltip: string; }; unlinkTool: { tooltip: string; }; verticalAlignTool: { tooltip: string; baseline: string; super: string; sub: string; top: string; middle: string; bottom: string; textTop: string; textBottom: string; }; videoTool: { tooltip: string; view: { title: string; confirmBtnText: string; cancelBtnText: string; linkLabel: string; linkInputPlaceholder: string; uploadBtnText: string; validateErrorMessage: string; videoWidthLabel: string; videoWidthInputPlaceholder: string; videoHeightLabel: string; videoHeightInputPlaceholder: string; autoplayLabel: string; }; }; };