import React from 'react'; import { ProgramGridProps } from './program-grid.types'; declare const ProgramGrid: React.FC; export default ProgramGrid;