import { type CSSProperties } from "react"; export interface PerformancePageProps { onNavigate: () => void; style?: CSSProperties; } export declare function PerformancePage({ onNavigate, style }: PerformancePageProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PerformancePage.d.ts.map