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