import type { PlainFieldOption } from './types'; import FieldGetter from './field-getter'; export default class ActionFieldMultipleChoice extends FieldGetter { getOptions(): PlainFieldOption[] | undefined; getOption(label: string): PlainFieldOption | undefined; } //# sourceMappingURL=action-field-multiple-choice.d.ts.map