import { SafeHtml } from '@angular/platform-browser';
import type { CuiIcon } from '@cuby-ui/icons';
import * as i0 from "@angular/core";
export declare class CuiSvgComponent {
private readonly domSanitizer;
protected safeSvgContent: SafeHtml;
width?: number;
height?: number;
strokeWidth?: number;
color?: string;
set icon(icon: CuiIcon);
get isWithStrokeWidth(): boolean;
get isWithColor(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}