import * as i0 from "@angular/core";
declare type AssetBlockValueType = 'video' | 'image' | 'embed' | 'figma';
export declare class AssetComponent {
    id: string;
    value: any;
    type: AssetBlockValueType;
    static ɵfac: i0.ɵɵFactoryDeclaration<AssetComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AssetComponent, "asset", never, { "id": "id"; "value": "value"; "type": "type"; }, {}, never, never>;
}
export {};
