/** * Debug and playground options constants */ export declare const LOCALE_OPTIONS: { value: string; label: string; }[]; /** * Available timezone options for widget testing * Generated dynamically from Intl.supportedValuesOf("timeZone") */ export declare const TIMEZONE_OPTIONS: { value: string; label: string; }[]; //# sourceMappingURL=debug-options.d.ts.map