import { isPhone } from "@ui5/webcomponents-base/dist/Device.js"; import ResponsivePopover from "@ui5/webcomponents/dist/ResponsivePopover.js"; import Button from "@ui5/webcomponents/dist/Button.js"; import type Wizard from "./Wizard.js"; export default function WizardPopoverTemplate(this: Wizard) { return ( ); }