import { Wizard } from '../foundation.js'; export declare function createDoWizard(parent: Element): Wizard; export declare function editDoWizard(element: Element): Wizard;