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