import React from 'react'; interface BarWaveProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const BarWave: React.FC>; interface BouncingBallsProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const BouncingBalls: React.FC>; interface CircularProgressProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const CircularProgress: React.FC>; interface CoinProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const Coin: React.FC>; interface FadingBallsProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const FadingBalls: React.FC>; interface FadingDotsProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const FadingDots: React.FC>; interface FillingBottleProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const FillingBottle: React.FC>; interface FlippingSquareProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const FlippingSquare: React.FC>; interface HypnosisProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const Hypnosis: React.FC>; interface MessagingProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const Messaging: React.FC>; interface RingProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const Ring: React.FC>; interface SpinProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const Spin: React.FC>; interface SpinStretchProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const SpinStretch: React.FC>; interface TwinSpinProps { className?: string; color?: string; width?: number | string; height?: number | string; style?: React.CSSProperties; duration?: string; } declare const TwinSpin: React.FC>; export { BarWave, type BarWaveProps, BouncingBalls, type BouncingBallsProps, CircularProgress, type CircularProgressProps, Coin, type CoinProps, FadingBalls, type FadingBallsProps, FadingDots, type FadingDotsProps, FillingBottle, type FillingBottleProps, FlippingSquare, type FlippingSquareProps, Hypnosis, type HypnosisProps, Messaging, type MessagingProps, Ring, type RingProps, Spin, type SpinProps, SpinStretch, type SpinStretchProps, TwinSpin, type TwinSpinProps };