import { SvgElementComponent } from '../svg-element/svg-element.component'; import { NgxContentLoadingComponent } from '../ngx-content-loading.component'; import * as i0 from "@angular/core"; export declare class RectComponent extends SvgElementComponent { content: NgxContentLoadingComponent; y: string; x: string; rx: string; ry: string; width: string; height: string; primaryColor: string; secondaryColor: string; speed: string; constructor(content: NgxContentLoadingComponent); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }