import { NeonProgressProps } from '../../types'; /** * NeonProgress - Progress bar with a glowing neon fill * * @example * ```tsx * * // indeterminate * console.log('done')} /> * ``` */ export declare const NeonProgress: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=NeonProgress.d.ts.map