import * as React from 'react'; import { ProgressRootProps } from './ProgressRoot.types'; /** * * Demos: * * - [Progress](https://base-ui.netlify.app/components/react-progress/) * * API: * * - [ProgressRoot API](https://base-ui.netlify.app/components/react-progress/#api-reference-ProgressRoot) */ declare const ProgressRoot: React.ForwardRefExoticComponent>; export { ProgressRoot };