/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { CSSResultOrNative } from 'lit';
import { Elevation } from './internal/elevation.js';
declare global {
interface HTMLElementTagNameMap {
'md-elevation': MdElevation;
}
}
/**
* The `<md-elevation>` custom element with default styles.
*
* Elevation is the relative distance between two surfaces along the z-axis.
*
* @final
* @suppress {visibility}
*/
export declare class MdElevation extends Elevation {
static styles: CSSResultOrNative[];
}