import React from "react"; //#region src/components/booking/info/main.d.ts interface InfoProps { style: any; globalState: any; callback: any; setGlobalState: any; modules: any; slot: any; bodyTopSlot?: React.ReactNode; setState: any; } //#endregion export { InfoProps };