import { SpinnerBarsProps } from '../../types'; /** * SpinnerBars - Vertical bars with wave animation * * A spinner with vertical bars that animate in a wave pattern. * * @example * ```tsx * * * ``` */ export declare const SpinnerBars: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=SpinnerBars.d.ts.map