import { GroupedOptionsInterface, SelectOptionInterface } from "../RcsbFvWeb/RcsbFvComponents/SelectButton"; import { SelectButtonConfigInterface } from "../RcsbFvWeb/RcsbFvComponents/ComponentsManager"; export declare class RcsbFvUI { static clearSelectButton(elementFvId: string, selectButtonId: string): void; static createSelectButton(elementFvId: string, selectButtonId: string, options: Array | Array, config?: SelectButtonConfigInterface): void; static addSelectButton(elementFvId: string, selectButtonId: string, options: Array, config?: SelectButtonConfigInterface): void; }