import type { Operation } from 'ag-charts-types';
export { getChartTheme } from './chart/mapping/themes';
export declare const themeSymbols: {
    DEFAULT_ANNOTATION_HANDLE_FILL: string;
    DEFAULT_ANNOTATION_STATISTICS_COLOR: string;
    DEFAULT_ANNOTATION_STATISTICS_DIVIDER_STROKE: string;
    DEFAULT_ANNOTATION_STATISTICS_DOWN_FILL: string;
    DEFAULT_ANNOTATION_STATISTICS_DOWN_STROKE: string;
    DEFAULT_ANNOTATION_STATISTICS_FILL: string;
    DEFAULT_ANNOTATION_STATISTICS_STROKE: string;
    DEFAULT_CAPTION_ALIGNMENT: string;
    DEFAULT_CAPTION_LAYOUT_STYLE: string;
    DEFAULT_FIBONACCI_STROKES: string;
    DEFAULT_FINANCIAL_CHARTS_ANNOTATION_BACKGROUND_FILL: string;
    DEFAULT_FINANCIAL_CHARTS_ANNOTATION_COLOR: string;
    DEFAULT_POLAR_SERIES_STROKE: string;
    DEFAULT_SHADOW_COLOUR: string;
    DEFAULT_SPARKLINE_CROSSHAIR_STROKE: string;
    DEFAULT_TEXTBOX_COLOR: string;
    DEFAULT_TEXTBOX_FILL: string;
    DEFAULT_TEXTBOX_STROKE: string;
    DEFAULT_TEXT_ANNOTATION_COLOR: string;
    DEFAULT_TOOLBAR_POSITION: string;
    IS_DARK_THEME: boolean;
    PALETTE_ALT_DOWN_FILL: string;
    PALETTE_ALT_DOWN_STROKE: string;
    PALETTE_ALT_NEUTRAL_FILL: string;
    PALETTE_ALT_NEUTRAL_STROKE: string;
    PALETTE_ALT_UP_FILL: string;
    PALETTE_ALT_UP_STROKE: string;
    PALETTE_DOWN_FILL: string;
    PALETTE_DOWN_STROKE: string;
    PALETTE_NEUTRAL_FILL: string;
    PALETTE_NEUTRAL_STROKE: string;
    PALETTE_UP_FILL: string;
    PALETTE_UP_STROKE: string;
};
export declare const themeNames: string[];
export { ChartTheme } from './chart/themes/chartTheme';
export { themes } from './chart/mapping/themes';
export * from 'ag-charts-core';
export declare function resolveOperation(operation: Operation): any;
