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