import { ITranslation } from "./../interface";
declare const en_US: ITranslation;
export default en_US;
