import React from 'react'; interface Props { height: number; width: number; } export declare function InfiniteLoadingIndicator({ height, width }: Props): React.JSX.Element; export {};