export declare class VernostSpinnerComponent { size: number; tickness: number; color: string; opacity: string; secondColor: string; ngOnInit(): void; private hexToRgb(hex); }