export const EDITOR_SUPPORTED_LINK_PROTOCOLS: RegExp[];
export const EDITOR_DEFAULT_LINK_PREFIX: "https://";
export const EDITOR_DEFAULT_FONT_COLOR: "#000000";
declare namespace _default {
    export { EDITOR_SUPPORTED_LINK_PROTOCOLS };
    export { EDITOR_DEFAULT_LINK_PREFIX };
    export { EDITOR_DEFAULT_FONT_COLOR };
}
export default _default;
//# sourceMappingURL=editor_constants.d.ts.map