import { BorderLinearProgressModel } from './LinearProgressBar.types';
declare const LinearProgressBar: import("@emotion/styled").StyledComponent<import("@mui/material").LinearProgressProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & BorderLinearProgressModel, {}, {}>;
export default LinearProgressBar;
