export declare const RECURRENCE_TOOLTIP: (showMinutes: boolean) => string;
export declare const MINUTES_DURING_TOOLTIP = "\n
Which hours in the day to run this schedule for:
\n \n - Every hour: runs the minute schedule during every hour of the day.
\n - Specific hours: specify which hours the minute schedule runs for. For example, just trading hours. Selecting every hour will configure the schedule as Every hour.
\n
\n";
export declare const HOURLY_MODE_TOOLTIP = "\n Select the type of hourly recurrence:
\n \n - Interval: runs at a repeating interval of hours (e.g. every 2 hours).
\n - Selected Hours: allows you to choose specific hours of the day (e.g. 9, 10, and 14).
\n
\n";
export declare const DAILY_OF_TOOLTIP = "\n Controls the daily frequency:
\n \n - Week: allows you to configure the frequency of repeating days, including both weekdays and weekends.
\n - Work week: runs the schedule at the specified time on every weekday (Monday - Friday). When this option is selected you cannot change the day frequency, it's every weekday.
\n
\n";
export declare const WEEKLY_ON_TOOLTIP = "\n Select which days to run this recurrence on. It's not valid to select no days, so if there is only a single day selected then its checkbox is disabled.
\n If you need to change the day you can enable other days which will allow you to disable days until you only have a single day selected again.
\n";
export declare const HOURS_MULTISELECT_TOOLTIP = "\n Select one or more hours.
\n";
//# sourceMappingURL=scheduler-cron-builder.tooltips.d.ts.map