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

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