/// import { State } from './interfaces/customElement.js'; declare const state: __esri.Accessor & State, onChange: (propName: Key, callback: (newValue: State[Key]) => void) => () => void; export { state, onChange };