import React from 'react'; // Demonstrative purpose export declare const data: { id: number; name: string; tags: string; deferredGL: string; earnedGL: string; start_date: string; end_date: string; status: string; instructors: string; }[]; export declare const AgGridSimpleWrapper: (props: any) => React.JSX.Element; //# sourceMappingURL=AgGridSimpleWrapper.d.ts.map