import * as React from "react"; import { InfoDisneyProps } from "./InfoDisneyProps"; declare const InfoDisney: React.FC; export default InfoDisney;