import type { ProgressVariantProps } from './Progress';
declare function Linear({ 'aria-label': label, 'aria-labelledby': labelledBy, 'aria-valuemax': max, 'aria-valuemin': min, 'aria-valuenow': now, 'aria-valuetext': valueText, color, id, value, }: ProgressVariantProps): JSX.Element;
export default Linear;
