chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/labs/navigationdrawer/navigation-drawer-modal.d.ts

/**
 * @license
 * Copyright 2021 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { NavigationDrawerModal } from './internal/navigation-drawer-modal.js';
declare global {
    interface HTMLElementTagNameMap {
        'md-navigation-drawer-modal': MdNavigationDrawerModal;
    }
}
/**
 * @final
 * @suppress {visibility}
 */
export declare class MdNavigationDrawerModal extends NavigationDrawerModal {
    static readonly styles: import("lit").CSSResult[];
}