import { OUIAbstractIonParser } from '../oui-parser';
import { Type } from "@angular/core";
import { OUIIonElement } from "../oui-element";
export declare class OUIIonCard extends OUIIonElement {
    get margin(): string | null;
    get borderRadius(): string;
}
export declare class OUIIonCardParser extends OUIAbstractIonParser {
    type: string;
    componentType: Type<OUIIonElement>;
}
