import { h } from '../../stencil-public-runtime'; export declare class ViewerLayer { /** * Indicates if the layer should stretch to fill the size of its container's * nearest positioned parent. */ stretchOff: boolean; private hostEl; /** * @ignore */ protected render(): h.JSX.IntrinsicElements; }