export declare class SmoothlySpinner { size: "small" | "icon" | "medium" | "large"; overlay: boolean; render(): any; }