export interface MenuProps { enableIcons: boolean; enableQueue: boolean; queue: QueueProps; } export interface QueueProps { time: string; quantity: string; getAbsent: Function; getNext: Function; } //# sourceMappingURL=types.d.ts.map