import { DefaultValues } from '../interfaces'; export declare const defaultValues: DefaultValues; export declare const mapText: { en: { from: string; to: string; }; es: { from: string; to: string; }; de: { from: string; to: string; }; tr: { from: string; to: string; }; zh: { from: string; to: string; }; };