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