import { Block } from './customElement.js';
export declare function isBlock(element: Element): element is HTMLCalciteBlockElement;
