import { FC } from 'react'; import { Config } from '../../api/schemas'; export declare const Reports: FC<{ config: Config; }>;