interface SuperballsProps {
    size?: number | string;
    color?: string;
    speed?: number | string;
}
declare const Superballs: React.FC<SuperballsProps>;
export default Superballs;
//# sourceMappingURL=Superballs.d.ts.map