import { SpinnerColor } from './spinner.types';
import * as i0 from "@angular/core";
export declare class SpinnerComponent {
    color: SpinnerColor;
    get styles(): {
        [klass: string]: boolean;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "xui-spinner", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
}
