import { SpinnerComponentWithSecondaryColor } from 'spinners-angular/spinners-utils'; export declare class SpinnerInfinityComponent extends SpinnerComponentWithSecondaryColor { get strokeWidth(): number; get dashStyle(): { animation: string; } | { animation?: undefined; }; }