/** * We only need this component to create it dynamically from ftb-virtual-scroll with `document.createElement` * probably we can replace it with proper calling of h() or something like that */ export declare class FtbVirtualScrollItem { item: any; renderItem: (item: any) => string; el: any; disconnectedCallback(): void; render(): string; }