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