import { RcsbFvAbstractModule } from "./RcsbFvAbstractModule";
import { RcsbFvBoardConfigInterface } from "@rcsb/rcsb-saguaro/lib/RcsbFv/RcsbFvConfig/RcsbFvConfigInterface";
export declare class RcsbFvUniprotEntity extends RcsbFvAbstractModule {
    private readonly unmodeledTrackBuilder;
    protected protectedBuild(): Promise<void>;
    protected getBoardConfig(): Promise<RcsbFvBoardConfigInterface>;
    protected concatAlignmentAndAnnotationTracks(): void;
    private titleSuffix;
}
