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