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