import { ReactNode } from 'react'; import { ValuePair } from '../../utilities/valuePair.cjs'; export declare function getReactNodeText(node: ReactNode): string; export declare const getButtonText: (selected: Set, valuePairs: ValuePair[], placeholderText: string) => string; export declare const autofocus: (active: boolean | (() => boolean)) => (el: HTMLElement | null) => void;