export interface IIconPickerState { items: string[]; currentIcon?: string; isPanelOpen: boolean; } //# sourceMappingURL=IIconPickerState.d.ts.map