import { Tag } from '@malloydata/malloy-tag'; import { NestField } from '../../data_tree'; import { BarChartSettings } from './bar-chart-settings'; export type { BarChartSettings }; export declare function getBarChartSettings(explore: NestField, tagOverride?: Tag): BarChartSettings;