export declare enum HeaderPicker { month = "month", year = "year" } export declare enum MenuPlacement { top = "top", bottom = "bottom" } export declare enum CMP { header = "header", calendar = "calendar", timePicker = "timePicker" } export declare enum FlowStep { month = "month", year = "year", calendar = "calendar", time = "time", minutes = "minutes", hours = "hours", seconds = "seconds" } export declare const modelTypePredefined: string[];