import { ProgressBarProps } from '../../types'; /** * ProgressBar - Linear progress bar * * A horizontal progress bar that can be determinate (showing specific progress) or indeterminate (loading animation). * * @example * ```tsx * * * * // YouTube-style buffering * // Gradient progress * ``` */ export declare const ProgressBar: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=ProgressBar.d.ts.map