export interface Props { [key: string]: unknown; } export interface Flag { label: string; value: number; }