import { LitElement } from "lit"; export declare class ConfirmationStep extends LitElement { static styles: import("lit").CSSResult[]; data: any; render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { "ringg-confirmation-step": ConfirmationStep; } } //# sourceMappingURL=confirmation-step.d.ts.map