import { ComponentInterface } from '../../stencil-public-runtime'; export declare class Navigation implements ComponentInterface { position: string; leftContainer: HTMLDivElement; rightContainer: HTMLDivElement; render(): any; }