import { FunctionalComponent, VNode } from "../../stencil-public-runtime"; export declare class SmoothlyLazy { show: boolean; content?: VNode | FunctionalComponent; loadMoreHandler(event: CustomEvent): void; render(): VNode | VNode[]; }