import { Locale } from 'types'; export declare const localeDPSOptions: { value: Locale; label: string; }[]; export declare const localeWFormOptions: { value: Locale; label: string; }[];