import React from 'react'; import './LoadingBalls.scss'; interface Props { className?: string; width?: number; height?: number; } export declare const LoadingBalls: React.FC; export {};