interface OverviewProps { correlationsData?: { options: { mf: string; }; state: any; }; } declare function Overview({ correlationsData }: OverviewProps): import("react/jsx-runtime").JSX.Element | null; declare const _default: import("react").MemoExoticComponent; export default _default; //# sourceMappingURL=Overview.d.ts.map