import * as i0 from "@angular/core";
import * as i1 from "../../../utils/coercion";
export declare class ItSpinnerComponent {
    /**
     * The spinner is active
     * @default true
     */
    active: boolean;
    /**
     * Show a small spinner
     * @default false
     */
    small?: boolean;
    /**
     * Show the double animation
     * @default false
     */
    double?: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<ItSpinnerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ItSpinnerComponent, "it-spinner", never, { "active": { "alias": "active"; "required": false; }; "small": { "alias": "small"; "required": false; }; "double": { "alias": "double"; "required": false; }; }, {}, never, never, true, never>;
    static ngAcceptInputType_active: i1.BooleanInput;
    static ngAcceptInputType_small: i1.BooleanInput;
    static ngAcceptInputType_double: i1.BooleanInput;
}
