/// <reference types="react" />
import { LinearProgressProps } from './LinearProgress.types';
export declare const useStyles: (props: {
    color?: LinearProgressProps['color'];
}) => import("@mui/styles").ClassNameMap<string>;
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const Label: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../types").TypographyProps & import("react").RefAttributes<HTMLSpanElement>>, any, {
    variant: "body2";
    color: "textSecondary";
    monospaced: true;
}, "color" | "variant" | "monospaced">;
