import type { SugarElement } from '../node/SugarElement'; type TogglableElement = HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement | HTMLOptionElement | HTMLButtonElement; declare const get: (element: SugarElement) => string; declare const set: (element: SugarElement, value: string) => void; export { set, get }; //# sourceMappingURL=Value.d.ts.map