/**
 * Get the value of an <input> element matching its type:
 * boolean, number, date or string,
 * or innerText if it's any other [contenteditable] element
 **/
export declare const autoValue: (input: HTMLInputElement | HTMLElement) => string | number | boolean | Date | null;
//# sourceMappingURL=auto-value.d.ts.map