import { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Progress: { parts: ("label" | "track" | "filledTrack")[]; sizes: Record>>; baseStyle: PartsStyleFunction, "parts">>; defaultProps: { size: string; colorScheme: string; }; };