import { OcBaseTheme, OcTheme, OcThemeName } from './Theming.types'; export declare const themeDefaults: OcBaseTheme; export declare const red: OcTheme; export declare const redOrange: OcTheme; export declare const orange: OcTheme; export declare const yellow: OcTheme; export declare const yellowGreen: OcTheme; export declare const green: OcTheme; export declare const blueGreen: OcTheme; export declare const blue: OcTheme; export declare const blueViolet: OcTheme; export declare const violet: OcTheme; export declare const violetRed: OcTheme; export declare const grey: OcTheme; export declare const aiAgent: OcTheme; declare const themes: Record; export default themes;