export default countryField; declare namespace countryField { const component: string; namespace schema { const component_1: string; export { component_1 as component }; export const fields: { name: string; docLevel: null; }[]; } const options: { value: string; label: string; }[]; }