import { TsxAllowUnknowProperties } from "../../..";
import { IAppProvisioningStepComponent } from "../../../../models";
export interface IAppInstanceSummaryStep extends IAppProvisioningStepComponent {
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface IntrinsicElements {
            "omfx-app-instance-provisioning-summary-step": TsxAllowUnknowProperties<IAppInstanceSummaryStep>;
        }
    }
}
