/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { propertiesConfig } from '../types.js'; import { LitElement } from 'lit'; export declare class CustomElevation extends LitElement { static properties: propertiesConfig; constructor(); connectedCallback(): Promise; render(): import("lit-html").TemplateResult<1>; }