export declare const EditorColors: readonly ["secondary", "tertiary", "red", "orange", "yellow", "green", "mint", "teal", "cyan", "blue", "indigo", "purple", "pink"]; export type EditorColor = (typeof EditorColors)[number]; export declare const EditorColorValue: Record; export declare const EditorColorLabel: Record;