import React from "react"; import type { MultiLocationStockProps } from "../types"; export declare function MultiLocationStock({ productId, showLocationSelector, maxLocationsDisplay, showStockNumbers, lowStockThreshold, }: MultiLocationStockProps): React.JSX.Element;