import { TrafficSource } from '../../services/traffic/types'; export declare function Baseline(props: { source: TrafficSource; openApiFilePath?: string; }): JSX.Element; //# sourceMappingURL=baseline.d.ts.map