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