declare const en: {
    default: string;
    "bug.reporter.title": string;
    "bug.reporter.description": string;
    "bug.reporter.titleBug": string;
    "bug.reporter.placeholderTitleBug": string;
    "bug.reporter.descriptionBug": string;
    "bug.reporter.placeholderDescription": string;
    "bug.reporter.captureBug": string;
    "bug.reporter.placeholderCaptureBug": string;
    "bug.reporter.soumettre": string;
    "bug.reporter.soumettreLoading": string;
};
export default en;
