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