import { MantineNumberSize, MantineColor } from '@asuikit/styles'; export interface ProgressStylesParams { color: MantineColor; radius: MantineNumberSize; } declare const _default: (params: ProgressStylesParams, options?: import("@asuikit/styles").UseStylesOptions) => { classes: { root: string; bar: string; label: string; }; cx: (...args: any) => string; theme: import("@asuikit/styles").MantineTheme; }; export default _default; //# sourceMappingURL=Progress.styles.d.ts.map