import { PropType } from "vue"; import { ElementTypes } from '../../../typings'; export declare const SProgressProps: { readonly percentage: { readonly type: NumberConstructor; readonly required: true; }; readonly variant: PropType<"line">; readonly type: PropType; readonly textStatus: PropType<"outside" | "inside">; readonly color: PropType string)>; readonly icon: StringConstructor; };