import * as T from './NavigationProgress.types'; export declare function NavigationProgressBar({ color, startPosition, stopDelayMs, height, showOnShallow, options, nonce, transformCSS, }: T.NavigationProgressBarProps): JSX.Element; export * from './NavigationProgress.types'; declare const _default: import("react").MemoExoticComponent; export default _default;