/** * @dynamic is used because this class contains static properties */ export declare class WeatherCloudSearchConstants { /** * Primary button label */ static readonly BUTTON_PRIMARY: string; /** * Warning button label */ static readonly BUTTON_WARN: string; /** * Clear form button label */ static readonly CLEAR_FORM: string; /** * Clear departure table button label */ static readonly CLEAR_DEPARTURE_TABLE: string; /** * Clear geofence button label */ static readonly CLEAR_POLYGON_DRAWING: string; /** * Clear routes button label */ static readonly CLEAR_ROUTES: string; /** * Forecast model HRRR */ static readonly FORECAST_MODEL_HRRR: string; /** * Forecast model GFS */ static readonly FORECAST_MODEL_GFS: string; /** * Forecast model Blend */ static readonly FORECAST_MODEL_BLEND: string; /** * Forecast model MWAVE */ static readonly FORECAST_MODEL_MWAVE: string; /** * Show departure table button label */ static readonly SHOW_DEPARTURE_TABLE: string; /** * Show routes button label */ static readonly SHOW_ROUTES: string; /** * Start geofence button label */ static readonly START_POLYGON_DRAWING: string; static readonly VAR_NAMES_SELECT: Array; static readonly FORECAST_DISPLAY_DATE_FORMAT: string; static readonly CONDITION_CONFIG: { 'MultiSelect': { 'DefaultSelectAll': boolean; 'Enable': boolean; 'SelectAll': boolean; }; 'DisplayProperty': string; 'Source': { Key: string; Value: string; }[]; }; static readonly DEPARTURE_TIMES_CONFIG: { 'MultiSelect': { 'DefaultSelectAll': boolean; 'Enable': boolean; 'SelectAll': boolean; }; 'DisplayProperty': string; 'Source': any[]; }; static readonly FORECAST_MODEL_CONFIG: { 'MultiSelect': { 'DefaultSelectAll': boolean; 'Enable': boolean; 'SelectAll': boolean; }; 'DisplayProperty': string; 'Source': any[]; }; }