import { default as React } from 'react'; interface ListeningAnimationProps extends React.HTMLAttributes { isListening: boolean; size?: number; scaleFactor?: number; itemClassName?: string; dotsAmount?: number; className?: string; } declare const ListeningAnimation: React.FC; export { ListeningAnimation }; export type { ListeningAnimationProps }; //# sourceMappingURL=ListeningAnimation.d.ts.map