import * as i0 from "@angular/core";
export declare class ContentCardImageDirective {
    constructor();
    /**
     * Provides custom class&#40;es&#41; for custom styling.
     * @default .v-content-card-image
     */
    class: string;
    get hostClass(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ContentCardImageDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ContentCardImageDirective, "[v-content-card-image]", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
}
