export default class DefaultFormGenerator {
    /**
     * Generates default form for the wizard framework.
     *
     * The form consists of a single step, which contains one text area for the description.
     */
    static generateForm(): any;
}
