import * as React from 'react'; import type { ViewerNames } from '../../../../types/dbTypes'; /** * One shared legend card per viewer, with a titled section per active `viewer.legends` * registration. Replaces the per-plugin floating legends and their hand-tuned offsets. */ export declare function ViewerLegendHost({ viewer }: { viewer: ViewerNames; }): React.JSX.Element; //# sourceMappingURL=ViewerLegendHost.d.ts.map