/** @format */ export declare const CONSTANTS_QUICK_ACTIONS: { name: string; id: string; label: string; icon: string; reqConfigs: string[]; }[]; export declare const CONSTANTS_QUICK_ACTIONS_PARKING: { name: string; id: string; label: string; icon: string; reqConfigs: string[]; }[]; export declare const WIDGET_LIST: ({ name: string; type: string; reqConfigs: string[]; id: number; actions?: undefined; expanded?: undefined; } | { name: string; type: string; reqConfigs: string[]; actions: { name: string; id: number; }[]; id: number; expanded: boolean; })[];