/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { DialogBase } from './mwc-dialog-base.js'; declare global { interface HTMLElementTagNameMap { 'mwc-dialog': Dialog; } } export declare class Dialog extends DialogBase { static styles: import("lit").CSSResult[]; }