declare const es_resource: { navbar: { home: string; dashboard: string; quotes: string; document: string; user: string; login: string; logout: string; change_password: string; }; header: { logout_confirmation: string; assigned_roles: string; }; dashboard: { name: string; title: string; subtitle: string; }; quotes: { name: string; title: string; quote_page: string; }; user: { name: string; title: string; }; document: { name: string; title: string; }; crm: { name: string; title: string; leads: { title: string; add_label: string; edit_label: string; msg: { save: string; delete: string; error: string; }; sections: { generalDetail: string; address: string; contact: string; followUp: string; ownerDetails: string; classification: string; attachments: string; }; fields: { type_lable: string; id_label: string; id_placeholder: string; firstName_label: string; firstName_placeholder: string; middleName_label: string; middleName_placeholder: string; lastName_label: string; lastName_placeholder: string; name_label: string; type_label: string; name_placeholder: string; lead_company_label: string; company_label: string; company_placeholder: string; phone_label: string; phone_placeholder: string; email_label: string; email_placeholder: string; website_label: string; website_placeholder: string; status_label: string; status_placeholder: string; conversion_probability_label: string; reference_number_label: string; reference_number_placeholder: string; leadSource_label: string; leadSource_placeholder: string; salesPerson_label: string; salesPerson_placeholder: string; phoneNumber_label: string; phoneNumber_placeholder: string; industry_label: string; industry_placeholder: string; currency_label: string; currency_placeholder: string; priority_label: string; priority_placeholder: string; narration_label: string; narration_placeholder: string; location_label: string; location_placeholder: string; department_label: string; department_placeholder: string; annualRevenue_label: string; annualRevenue_placeholder: string; view_attachment_label: string; responsible_person_label: string; responsible_person_placeholder: string; customer_label: string; lead_status_label: string; }; table: { id_header: string; name_header: string; company_header: string; status_header: string; lead_status_header: string; owner_header: string; source_header: string; followUpType_header: string; followUpDateTime_header: string; remindMe_header: string; description_header: string; addressType_header: string; addressee_header: string; defaultShippingAddress_header: string; defaultBillingAddress_header: string; countryCode_header: string; contactNumber_header: string; addrressOne_header: string; addressTwo_header: string; addressThree_header: string; zipCode_header: string; city_header: string; state_header: string; country_header: string; summary_header: string; email_header: string; }; tabs: { basicDetails: string; address: string; contact: string; }; }; }; }; export default es_resource;