import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Block implements ComponentInterface { render(): any; }