import * as React from "react"; interface InfoProps { text: string; } declare const Info: React.FC; export default Info;