/**
 * Translations
 * =====================
 * Switch translations
 *
 * @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
 *
 * @license: MIT License
 *
 */
import en from "../translations/en.json";
import it from "../translations/it.json";
declare const translations: any;
export { it, en };
export default translations;
