import React, { FunctionComponent } from 'react';
import { TaroProgressProps } from "../../types";
export declare const Progress: FunctionComponent<Partial<TaroProgressProps> & React.HTMLAttributes<HTMLDivElement>>;
