import { EmbeddedViewContentComponent } from "../../embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class SvgIconRegisteredComponent extends EmbeddedViewContentComponent {
    size?: number | string;
    width?: number;
    height?: number;
    iconName: string;
    className?: string;
    css?: string;
    title?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<SvgIconRegisteredComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SvgIconRegisteredComponent, "sv-svg-icon", never, { "size": "size"; "width": "width"; "height": "height"; "iconName": "iconName"; "className": "className"; "css": "css"; "title": "title"; }, {}, never, never>;
}
