/** * @param {string?} prefix * * @returns Element */ export function createFormContainer(prefix?: string | null): HTMLDivElement;