import { AriaProgressBarProps } from 'react-aria'; import { StyleProps } from '../../utils'; interface LinearProgressProps extends AriaProgressBarProps, StyleProps { color?: 'primary' | 'secondary' | 'tertiary' | 'error'; } declare const LinearProgress: { (props: LinearProgressProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { LinearProgress }; //# sourceMappingURL=LinearProgress.d.ts.map