/** * Shows sequence actors at the top of the diagram, if current viewport does not fit them */ export declare function FloatingSequenceActors({ isActiveWalkthrough }: { isActiveWalkthrough: boolean; }): import("react").JSX.Element;