import { SpinnerPulseProps } from '../../types'; /** * SpinnerPulse - Heartbeat pulse spinner * * A spinner with pulsing circles that scale and fade, creating a heartbeat effect. * * @example * ```tsx * * * * ``` */ export declare const SpinnerPulse: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=SpinnerPulse.d.ts.map