import React from 'react';
import "../../../../dist/style/styles.css";
declare function TatukaBackground({ particleColor, particleSize, backgroundColor, animationType, }: {
    backgroundColor?: string;
    particleColor?: string;
    particleSize?: number;
    animationType?: 'rain' | 'chaos';
}): React.JSX.Element;
declare const _default: React.MemoExoticComponent<typeof TatukaBackground>;
export default _default;
