import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { Feature } from '@jbrowse/core/util';
export declare function getAlignmentShapeColor({ colorType, tag, feature, config, defaultColor, colorTagMap, }: {
    colorType: string;
    tag: string;
    feature: Feature;
    defaultColor: boolean;
    config: AnyConfigurationModel;
    colorTagMap: Record<string, string>;
}): any;
