import { MatchType } from '../types'; declare const dataDoublePlayoffs: { upper: MatchType[]; lower: MatchType[]; }; export default dataDoublePlayoffs;