export interface BlockAttributes { [key: string]: any; id?: string; class?: string; }