export declare const foods: Array<{ label?: string; options: Array<{ value: string; label: string; disabled?: boolean; }>; }>;