/**
 * Default max listeners for use with {@link EventEmitter.setMaxListeners} function
 * @internal
 */
export declare const _MAX_EVENT_LISTENERS = 50;
/**
 * The key for the rich text editor inline image file name attribute
 * @internal
 */
export declare const _IMAGE_ATTRIBUTE_INLINE_IMAGE_FILE_NAME_KEY = "data-image-file-name";
//# sourceMappingURL=constants.d.ts.map