export default chainedSelectOptionsField; declare namespace chainedSelectOptionsField { 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?: undefined; block?: undefined; })[]; } } }