declare const Component: {
    styleOverrides: {
        root: ({ theme }: any) => {
            width: string;
            display: string;
            flexDirection: string;
            alignItems: string;
            '& .SCProgressBar-bar': {
                width: string;
                height: number;
                borderRadius: number;
            };
            '& .SCProgressBar-progress': {
                marginTop: any;
                h4: {
                    fontWeight: any;
                    fontSize: string;
                };
            };
        };
    };
};
export default Component;
