interface InfiniteScrollStoryProps { externalGroups?: { [key: string]: string[]; } | null; initialRowTotal?: number; hasExternalFilters?: boolean; useWindowScroll?: boolean; scrollHeight?: number; scrollWidth?: number; hasBulkSelection?: boolean; } export declare const InfiniteScrollStory: ({ externalGroups, initialRowTotal, hasExternalFilters, useWindowScroll, scrollHeight, scrollWidth, hasBulkSelection, }: InfiniteScrollStoryProps) => import("react/jsx-runtime").JSX.Element; export {};