import { LitElement, nothing } from 'lit'; declare const NAME = "canary-snippet-title"; export declare class CanarySnippetTitle extends LitElement { value: string; render(): import('lit-html').TemplateResult<1> | typeof nothing; static styles: import('lit').CSSResult[]; private _sanitize; } declare global { interface HTMLElementTagNameMap { [NAME]: CanarySnippetTitle; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};