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