/** Specifies the various states used to present information in an option-panel. */ export type OptionPanelState = "loading" | "no-data" | "content"; //# sourceMappingURL=OptionPanelState.d.ts.map