/** * Inline embed a form within a webpage. * @param {*} config - Configuration to configure how the inline embed is rendered. */ export function embed(config?: any): void; export { Formio }; import { Formio } from './Embed';