import { UseProgressRootParameters, UseProgressRootReturnValue } from './ProgressRoot.types'; declare function useProgressRoot(parameters: UseProgressRootParameters): UseProgressRootReturnValue; export { useProgressRoot };