import { type TemplateResult } from 'lit'; import type { NuiType } from '../../types/nui-type.js'; export interface NuiProgressSpinnerViewState { strokeWidth: string; fill: string; animationDuration: string; width: string; height: string; nuiType: NuiType; progressSpinnerClass: string; } export declare function getProgressSpinnerClass(progressSpinnerClass: string): string; export declare function getHostStyle(width: string, height: string): string | undefined; export declare function renderProgressSpinner(state: NuiProgressSpinnerViewState): TemplateResult; //# sourceMappingURL=logic.d.ts.map