export default stateField; declare namespace stateField { 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; }[]; }