import { GenericComponentType, IColorSchemes } from '../../types'; export type IProgressComponentType = GenericComponentType; export declare const Progress: IProgressComponentType, { size: { xs: unknown; sm: unknown; md: unknown; lg: unknown; xl: unknown; '2xl': unknown; }; }, import("react-native").ViewProps, "Progress">, import("@gluestack-style/react/lib/typescript/types").StyledComponentProps, unknown, import("react-native").ViewProps, "ProgressFilledTrack">>>;