import { LitElement } from 'lit'; declare const NAME = "canary-button-mode"; export declare class CanaryModeButton extends LitElement { text: string; mode: string; render(): import('lit-html').TemplateResult<1>; private _handleClick; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryModeButton; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};