import { SelectableValue } from '@grafana/data'; import { AxisPlacement, BarAlignment, GraphDrawStyle, GraphGradientMode, GraphThresholdsStyleMode, LineInterpolation, VisibilityMode, StackingMode } from '@grafana/schema'; export declare const getGraphFieldOptions: () => { drawStyle: Array>; lineInterpolation: Array>; barAlignment: Array>; showPoints: Array>; axisPlacement: Array>; fillGradient: Array>; stacking: Array>; thresholdsDisplayModes: Array>; }; /** * @deprecated Use `getGraphFieldOptions` instead so translations load correctly. */ export declare const graphFieldOptions: { drawStyle: Array>; lineInterpolation: Array>; barAlignment: Array>; showPoints: Array>; axisPlacement: Array>; fillGradient: Array>; stacking: Array>; thresholdsDisplayModes: Array>; };