import React from "react"; import { FallingLogosProps } from "./types"; declare const FallingLogos: React.FC>; export default FallingLogos;