import React from 'react';
import { ILoadingProp } from '../type';
declare const BallScaleMultiple: React.MemoExoticComponent<({ text, style, color, size, textColor, textOffset, visible, }: ILoadingProp) => JSX.Element>;
export default BallScaleMultiple;
