/// declare function Stat({ Icon, text, textOne, count, vertical }: { Icon: any; text: any; textOne: any; count: any; vertical: any; }): JSX.Element; export default Stat;