import { FunctionalComponent } from "../../stencil-public-runtime"; interface ProgressProps { progress: any; name: string; } export declare const ProgressItem: FunctionalComponent; export {};