import * as React from 'react'; import { OpenFinSchedule, Report } from '../../../../types'; interface ScheduleSettingsOpenFinProps { openFin: OpenFinSchedule; allReports: Report[]; onChange: (iPushPull: OpenFinSchedule) => void; } export declare const ScheduleSettingsOpenFin: React.FunctionComponent; export {};