/** * The Edit Form function. * @param {...any} extend - The components that extend the edit form. * @returns {import('@formio/core').Component[]} - The edit form components. */ export default function _default(...extend: any[]): import('@formio/core').Component[];