import * as React from 'react';
import { ReportSchedule } from '../../../AdaptableState/ExportState';
export declare const getScheduledReportSettingsValues: (reportSchedule: ReportSchedule) => {
    label: string;
    value: string;
}[];
export declare const ScheduledReportSettingsSummary: React.FunctionComponent;
