export declare const PerformanceDetailDialog: ({ performanceName, performanceDate, }: {
    performanceName: string;
    performanceDate: string;
}) => import("react/jsx-runtime").JSX.Element;
