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