import { MmUIComponent } from './component' /** Spinner component */ export declare class MmSpinner extends MmUIComponent { /** Is visible or not */ visible: boolean /** Covers the target element */ target: string | HTMLElement /** The text appears below the load icon */ text: string /** Shade background */ background: string /** Size of the icon */ size: string /** Icon color (default grey if not passed) */ type: string }