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