import { LitElement } from 'lit'; declare const NAME = "canary-icon-tree"; export declare class CanaryIconTree extends LitElement { last: boolean; render(): import('lit-html').TemplateResult<1>; private _paths; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { [NAME]: CanaryIconTree; } namespace JSX { interface IntrinsicElements { [NAME]: any; } } } export {};