import { Button, Payload } from './Button'; import type { ActionSetWithChildren } from './ActionSet'; export declare function getSingleButton(action: ActionSetWithChildren, button: Button, subgroups: string[], updateCb: (newPayload: Payload) => void): Payload;