import React from "react"; declare function _defaultItems(): ({ key: string; name: string; questions: { es: string; }; options: { value: string; text: { es: string; }; }[]; icon: JSX.Element; field_name: string; Component: React.ForwardRefExoticComponent & React.RefAttributes>; } | { key: string; name: string; questions: { es: string; }; icon: JSX.Element; field_name: string; Component: React.ForwardRefExoticComponent & React.RefAttributes>; options?: undefined; })[]; export default _defaultItems; //# sourceMappingURL=index.d.ts.map