export interface Block extends HTMLElement {
    isCancelled?: boolean;
}
