export declare function getValueOrTextContent(element: T): T extends HTMLInputElement | HTMLTextAreaElement ? string : string | null;