export { getUISelection, getUIValue, setUISelection, setUIValue, clearInitialValue, } from './UI'; export type { UISelectionRange } from './UI'; export { getValueOrTextContent } from './getValueOrTextContent'; export { copySelection } from './copySelection'; export { commitValueAfterInput } from './trackValue';