import { LitElement, nothing } from 'lit'; export declare class CanaryURLPaths extends LitElement { url: string; render(): import('lit-html').TemplateResult<1> | typeof nothing; private _render_parts; private _render_url; static styles: import('lit').CSSResult[]; }