import { GradientBarProps } from '../../types';
/**
* GradientBar - Progress bar with flowing animated gradient
*
* @example
* ```tsx
*
* // indeterminate
* console.log('done')} />
* ```
*/
export declare const GradientBar: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=GradientBar.d.ts.map