export declare class LoadingSpinner { /** Display the spinner */ show: boolean; /** Set margin of spinner*/ margin: string; render(): any; }