import React from 'react'; import { ScheduleItem } from '../types'; interface FooterProps { data?: ScheduleItem; } export declare const Footer: React.FC; export {};