import { RcsbFvLink } from "@rcsb/rcsb-saguaro/lib/RcsbFv/RcsbFvConfig/RcsbFvConfigInterface"; import { TrackTitleFactoryInterface } from "../TrackTitleFactoryInterface"; import { TrackManagerInterface } from "../../RcsbFvBlockFactory/BlockManager/TrackManagerInterface"; export declare class AnnotationsTrackTitleFactory implements TrackTitleFactoryInterface<[TrackManagerInterface]> { getTrackTitle(trackManager: TrackManagerInterface): Promise; getTrackTitleFlagColor(trackManager: TrackManagerInterface): Promise; getTrackTitlePrefix(trackManager: TrackManagerInterface): Promise; }