import { Event } from '../types/main';
export interface Data {
    events: Event[];
}
export declare const sampleEvent: Event;
