import { OUIAbstractIonParser } from './../oui-parser';
import { Type } from "@angular/core";
import { OUIIonElement } from "../oui-element";
export declare class OUIIonImageView extends OUIIonElement {
}
export declare class OUIIonImageViewParser extends OUIAbstractIonParser {
    type: string;
    componentType: Type<OUIIonElement>;
}
