import { LitElement, type PropertyValues } from 'lit'; import { type NuiType } from '../../types/nui-type.js'; import { type NuiProgressSpinnerViewState } from './logic.js'; export declare class NuiProgressSpinner extends LitElement implements NuiProgressSpinnerViewState { strokeWidth: string; fill: string; animationDuration: string; width: string; height: string; unstyled: boolean; nuiType: NuiType; progressSpinnerClass: string; protected createRenderRoot(): DocumentFragment | HTMLElement; protected firstUpdated(): void; protected updated(changed: PropertyValues): void; private syncHostSize; render(): import("lit-html").TemplateResult; } declare global { interface HTMLElementTagNameMap { 'nui-progress-spinner': NuiProgressSpinner; } } //# sourceMappingURL=nui-progress-spinner.d.ts.map