import { ComponentWithGraphAndDatePicker, MeterAggregation } from "../../../types"; export interface CostExplorerBarGraphProps extends ComponentWithGraphAndDatePicker { aggregation?: MeterAggregation; } export declare const CostExplorerBarGraph: ({ onDateChange, onPeriodChange, customGraphOptions, startDate, endDate, periodValue, hideLoader, onError, onLoadingChange, aggregation, ...props }: CostExplorerBarGraphProps) => import("react/jsx-runtime").JSX.Element | null;