import { FoodItem, OrderType } from '../interface'; declare const Label: (food: FoodItem, order: OrderType) => any[]; export default Label;