/// import { MmuiDropChoiceSingleComponent, MmuiDropChoiceSingleProps } from "../../mmui-react-component"; export interface MmuiBlueDropChoiceMultipleProps extends MmuiDropChoiceSingleProps { } export declare class MmuiBlueDropChoiceSingleComponent

extends MmuiDropChoiceSingleComponent

{ constructor(props: any); renderChoiceInput(choice: any): JSX.Element; renderDropdown(summaryDisplayRender: any, filterInput: any, selectAllCheck: any, choiceInputElmts: any, tooltip: any): JSX.Element; }