import type { LabelValue } from '../../model';
export declare const optionsMap: Record<string, string>;
export declare const options: LabelValue[];
export declare function formatBreakTime(time: string): string;
