import { AgrAction } from './agr-action'; export declare class AgrBlockItem { item: any; borderColor?: string; actions?: AgrAction[]; }