export declare const ListLoadingIndicator: (props: {
    onIntersect?: () => void;
}) => import("react/jsx-runtime").JSX.Element;
