/** * EXAMPLE 1: Chat Interface with Reverse Scrolling */ export declare function ChatExample(): import("react/jsx-runtime").JSX.Element; /** * EXAMPLE 2: Data Table with Variable Row Heights */ export declare function DataTableExample(): import("react/jsx-runtime").JSX.Element; /** * EXAMPLE 3: Image Grid with Masonry Layout */ export declare function MasonryGridExample(): import("react/jsx-runtime").JSX.Element; /** * EXAMPLE 4: Traditional Grid Layout */ export declare function GridLayoutExample(): import("react/jsx-runtime").JSX.Element; /** * EXAMPLE 5: Using Hook Directly for Custom Layouts */ export declare function HookExample(): import("react/jsx-runtime").JSX.Element; /** * Main Demo Component */ export declare function VirtualizeDemo(): import("react/jsx-runtime").JSX.Element; export default VirtualizeDemo; //# sourceMappingURL=Example.d.ts.map