import { IMenuProps } from '@orderingstack/ordering-types'; export declare function Menu({ menu: originalMenu, handleSelectProduct, fallbackImg, lazyLoadImg, currency, timeZone, availabilityMarkOnly, availabilityCheckInterval, cols, colsLg, transitionProps, stacking, onMenuCategoryViewed, goToCheckout, goToStart, order, changeQuantity, components, }: IMenuProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Menu.d.ts.map