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