export interface SkySelectField { id?: string; label?: string; category?: string; [index: string]: any; }