export default optionsField; declare namespace optionsField { const component: string; const label: string; const forbidOrder: boolean; namespace formFactory { const component_1: string; export { component_1 as component }; export namespace product { const component_2: string; export { component_2 as component }; export const fields: ({ name: string; label: string; component: string; required: boolean; block: boolean; } | { name: string; label: string; component: string; required: boolean; block?: undefined; })[]; } } }