export namespace defaultTexts {
    namespace toolbarButtons {
        let boldButtonLabel: string;
        let italicButtonLabel: string;
        let underlineButtonLabel: string;
        let linkButtonLabel: string;
        let bulletedListButtonLabel: string;
        let numberedListButtonLabel: string;
    }
    namespace insertionForm {
        let confirmButtonLabel: string;
        let cancelButtonLabel: string;
        namespace link {
            let textInputPlaceholder: string;
            let urlInputPlaceholder: string;
        }
    }
}
//# sourceMappingURL=RichTextInputAreaTexts.d.ts.map