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