/** * @class Spinner */ export declare class Spinner { root: HTMLElement; constructor(options?: any); html(): string; destroy(): void; }