/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { LitElement } from 'lit'; /** * A component for elevation. */ export declare class Elevation extends LitElement { connectedCallback(): void; protected render(): import("lit-html").TemplateResult<1>; }