import * as React from 'react';
import { StyledColumn } from '../../../../../AdaptableState/StyledColumnState';
import { BulletChartStyle } from '../../../../../AdaptableState/StyledColumns/BulletChartStyle';
export declare const StyledColumnBulletPreview: React.FunctionComponent<React.PropsWithChildren<{
    data: StyledColumn;
}>>;
export declare const hasBulletChartRangesConfigured: (bullet: BulletChartStyle | undefined) => boolean;
