import { TessituraPerformanceViewerProps } from './TessituraPerformanceViewer.types';
export declare const TessituraPerformanceViewer: ({ endpoint, performanceId, svg, constituentId, modeOfSaleId, }: TessituraPerformanceViewerProps) => import("react/jsx-runtime").JSX.Element;
